mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 07:20:20 +08:00
Update src/ch03-04-comments.md
This commit is contained in:
parent
681b71a4d1
commit
7f3f867509
@ -8,7 +8,7 @@
|
||||
// Hello, world.
|
||||
```
|
||||
|
||||
在 Rust 中,注释必须以两个斜杆开头,直到该行尾结束。对于超出单行的注释,需要在注释的每行行首加上 `//`,如下所示:
|
||||
在 Rust 中,惯用的注释形式以两个斜杆开头,直到该行尾结束。对于超出单行的注释,需要在注释的每行行首加上 `//`,如下所示:
|
||||
|
||||
```rust
|
||||
// 我们在这里处理一些复杂事情,需要足够长的解释,使用
|
||||
|
Loading…
Reference in New Issue
Block a user