mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
Remove a comment from technical review I forgot to delete
This commit is contained in:
parent
b91d343b67
commit
6762e758a8
@ -42,11 +42,6 @@ That’s all there is to it. Comments are not particularly complicated.
|
||||
|
||||
### Documentation Comments
|
||||
|
||||
<!--- TR: I'm not clear on the advantages of one over the other, can you help
|
||||
to clarify? Why would you need to use a normal comment, if this is better - are
|
||||
there disadvantages? /Liz -->
|
||||
<!-- Tried to add some clarification! /Carol -->
|
||||
|
||||
Rust has another kind of comment: a *documentation comment*. These comments
|
||||
don’t affect the way that the code works, but they do work with Rust’s tools.
|
||||
More specifically, the `rustdoc` tool can read documentation comments and
|
||||
|
Loading…
Reference in New Issue
Block a user