]> git.lizzy.rs Git - rust.git/commitdiff
fix doctest
authorManish Goregaokar <manishsmail@gmail.com>
Tue, 17 Feb 2015 15:58:54 +0000 (21:28 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 17 Feb 2015 15:58:54 +0000 (21:28 +0530)
src/doc/trpl/documentation.md

index 0cf2795282a00d27dd67e209cc4f899d4ecac264..ded30063ebaf08fbf6a539374a1a978d70699172 100644 (file)
@@ -15,7 +15,7 @@ comments":
 // the "link" crate attribute is currently required for rustdoc, but normally
 // isn't needed.
 #![crate_id = "universe"]
-#![crate_type= lib"]
+#![crate_type= "lib"]
 
 //! Tools for dealing with universes (this is a doc comment, and is shown on
 //! the crate index page. The ! makes it apply to the parent of the comment,