mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-13 16:22:57 +00:00
fix doctest
This commit is contained in:
parent
10f51fc412
commit
096b1052d0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user