We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f51fc commit 096b105Copy full SHA for 096b105
src/doc/trpl/documentation.md
@@ -15,7 +15,7 @@ comments":
15
// the "link" crate attribute is currently required for rustdoc, but normally
16
// isn't needed.
17
#![crate_id = "universe"]
18
-#![crate_type= lib"]
+#![crate_type= "lib"]
19
20
//! Tools for dealing with universes (this is a doc comment, and is shown on
21
//! the crate index page. The ! makes it apply to the parent of the comment,
0 commit comments