about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamelid <camelidcamel@gmail.com>2020-08-31 16:35:00 -0700
committerCamelid <camelidcamel@gmail.com>2020-08-31 19:33:08 -0700
commitcdd6f110125971a0d7ab1457c0ea7eb30304d5f3 (patch)
treeb72555efd3e37fa1c75da0a6c87667d311f6099f
parente13a70122d380579840cec13d151870495f776ac (diff)
downloadrust-cdd6f110125971a0d7ab1457c0ea7eb30304d5f3.tar.gz
rust-cdd6f110125971a0d7ab1457c0ea7eb30304d5f3.zip
Remove empty comment
-rw-r--r--library/std/src/primitive_docs.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/std/src/primitive_docs.rs b/library/std/src/primitive_docs.rs
index 4525d8a543a..cba39c3eb14 100644
--- a/library/std/src/primitive_docs.rs
+++ b/library/std/src/primitive_docs.rs
@@ -1,7 +1,6 @@
 #[doc(primitive = "bool")]
 #[doc(alias = "true")]
 #[doc(alias = "false")]
-//
 /// The boolean type.
 ///
 /// The `bool` represents a value, which could only be either `true` or `false`. If you cast