We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e755f57 commit 7dacd91Copy full SHA for 7dacd91
flow/comment.md
@@ -8,7 +8,7 @@ Rust 代码文件中,通常我们可以看到 3 种注释。
8
9
## 行注释
10
11
-使用 `//` 进行行注释。
+ `//` 后的,直到行尾,都属于注释,不会影响程序的行为。
12
13
```rust
14
// 创建一个绑定
0 commit comments