make fmt_macros and rustdoc have standard doc attributes
This commit is contained in:
parent
3a325c666d
commit
e621116b86
2 changed files with 9 additions and 0 deletions
|
@ -18,6 +18,11 @@
|
|||
#![experimental]
|
||||
#![crate_type = "rlib"]
|
||||
#![crate_type = "dylib"]
|
||||
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
||||
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
|
||||
html_root_url = "http://doc.rust-lang.org/nightly/",
|
||||
html_playground_url = "http://play.rust-lang.org/")]
|
||||
|
||||
#![feature(macro_rules, globs, import_shadowing)]
|
||||
pub use self::Piece::*;
|
||||
pub use self::Position::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue