diff --git a/src/ch04-05-comments.md b/src/ch04-05-comments.md index 391edb3..cb8eaf3 100644 --- a/src/ch04-05-comments.md +++ b/src/ch04-05-comments.md @@ -42,11 +42,6 @@ That’s all there is to it. Comments are not particularly complicated. ### Documentation Comments - - - 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