]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/reference/src/comments.md
New upstream version 1.64.0+dfsg1
[rustc.git] / src / doc / reference / src / comments.md
index ff1595064aecd896aa18116138da067172f6f395..46074b45c286557b86c8bf8c97a135c708056ad9 100644 (file)
@@ -34,7 +34,7 @@
 
 ## Non-doc comments
 
-Comments in Rust code follow the general C++ style of line (`//`) and
+Comments follow the general C++ style of line (`//`) and
 block (`/* ... */`) comment forms. Nested block comments are supported.
 
 Non-doc comments are interpreted as a form of whitespace.