diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-17 21:28:54 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-17 21:28:54 +0530 |
| commit | 096b1052d0c67a5e935a17ebdb7cdecbb8622bbf (patch) | |
| tree | 08d3974b59914b8937f2f2eb805bea14a3035065 /src | |
| parent | 10f51fc412b36ac4456be01d549d7ecd247a517b (diff) | |
| download | rust-096b1052d0c67a5e935a17ebdb7cdecbb8622bbf.tar.gz rust-096b1052d0c67a5e935a17ebdb7cdecbb8622bbf.zip | |
fix doctest
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/trpl/documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/documentation.md b/src/doc/trpl/documentation.md index 0cf2795282a..ded30063eba 100644 --- a/src/doc/trpl/documentation.md +++ b/src/doc/trpl/documentation.md @@ -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, |
