File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2525
2626[ std] ( std/index.html )
2727[ extra] ( extra/index.html )
28+ [ green] ( green/index.html )
29+ [ native] ( native/index.html )
2830
2931# Tooling
3032
Original file line number Diff line number Diff line change 2121#[ license = "MIT/ASL2" ] ;
2222#[ crate_type = "rlib" ] ;
2323#[ crate_type = "dylib" ] ;
24+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
25+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
26+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
2427
2528// NB this does *not* include globs, please keep it that way.
2629#[ feature( macro_rules) ] ;
Original file line number Diff line number Diff line change 1818#[ license = "MIT/ASL2" ] ;
1919#[ crate_type = "rlib" ] ;
2020#[ crate_type = "dylib" ] ;
21+ #[ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
22+ html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
23+ html_root_url = "http://static.rust-lang.org/doc/master" ) ] ;
2124
2225// NB this crate explicitly does *not* allow glob imports, please seriously
2326// consider whether they're needed before adding that feature here (the
You can’t perform that action at this time.
0 commit comments