File tree Expand file tree Collapse file tree 32 files changed +32
-32
lines changed Expand file tree Collapse file tree 32 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 2626#![ license = "MIT/ASL2" ]
2727#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
2828 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
29- html_root_url = "http://doc.rust-lang.org/master /" ) ]
29+ html_root_url = "http://doc.rust-lang.org/0.12.0 /" ) ]
3030
3131#![ feature( unsafe_destructor) ]
3232#![ allow( missing_doc) ]
Original file line number Diff line number Diff line change 1919#![ license = "MIT/ASL2" ]
2020#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
2121 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
22- html_root_url = "http://doc.rust-lang.org/master /" ,
22+ html_root_url = "http://doc.rust-lang.org/0.12.0 /" ,
2323 html_playground_url = "http://play.rust-lang.org/" ) ]
2424
2525#![ allow( unknown_features) ]
Original file line number Diff line number Diff line change 5353#![ crate_type = "rlib" ]
5454#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
5555 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
56- html_root_url = "http://doc.rust-lang.org/master /" ,
56+ html_root_url = "http://doc.rust-lang.org/0.12.0 /" ,
5757 html_playground_url = "http://play.rust-lang.org/" ) ]
5858
5959#![ no_std]
Original file line number Diff line number Diff line change 2323#![ crate_type = "dylib" ]
2424#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
2525 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
26- html_root_url = "http://doc.rust-lang.org/master /" ) ]
26+ html_root_url = "http://doc.rust-lang.org/0.12.0 /" ) ]
2727#![ experimental]
2828#![ feature( macro_rules) ]
2929#![ allow( experimental) ]
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Simple [DEFLATE][def]-based compression. This is a wrapper around the
2525#![ license = "MIT/ASL2" ]
2626#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
2727 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
28- html_root_url = "http://doc.rust-lang.org/master /" ) ]
28+ html_root_url = "http://doc.rust-lang.org/0.12.0 /" ) ]
2929#![ feature( phase) ]
3030
3131#[ cfg( test) ] #[ phase( plugin, link) ] extern crate log;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ fn main() {
4848#![ license = "MIT/ASL2" ]
4949#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
5050 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
51- html_root_url = "http://doc.rust-lang.org/master /" ) ]
51+ html_root_url = "http://doc.rust-lang.org/0.12.0 /" ) ]
5252
5353#![ feature( plugin_registrar) ]
5454
Original file line number Diff line number Diff line change 8585#![ license = "MIT/ASL2" ]
8686#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
8787 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
88- html_root_url = "http://doc.rust-lang.org/master /" ,
88+ html_root_url = "http://doc.rust-lang.org/0.12.0 /" ,
8989 html_playground_url = "http://play.rust-lang.org/" ) ]
9090#![ feature( globs, phase) ]
9191#![ feature( import_shadowing) ]
Original file line number Diff line number Diff line change 3131#![ license = "MIT/ASL2" ]
3232#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
3333 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
34- html_root_url = "http://doc.rust-lang.org/master /" ,
34+ html_root_url = "http://doc.rust-lang.org/0.12.0 /" ,
3535 html_playground_url = "http://play.rust-lang.org/" ) ]
3636#![ allow( deprecated) ]
3737
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ pub fn main() {
273273#![ license = "MIT/ASL2" ]
274274#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
275275 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
276- html_root_url = "http://doc.rust-lang.org/master /" ) ]
276+ html_root_url = "http://doc.rust-lang.org/0.12.0 /" ) ]
277277
278278use std:: io;
279279use std:: str;
Original file line number Diff line number Diff line change 180180#![ crate_type = "dylib" ]
181181#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
182182 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
183- html_root_url = "http://doc.rust-lang.org/master /" ,
183+ html_root_url = "http://doc.rust-lang.org/0.12.0 /" ,
184184 html_playground_url = "http://play.rust-lang.org/" ) ]
185185
186186// NB this does *not* include globs, please keep it that way.
You can’t perform that action at this time.
0 commit comments