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 26
26
#![ license = "MIT/ASL2" ]
27
27
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
28
28
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 /" ) ]
30
30
31
31
#![ feature( unsafe_destructor) ]
32
32
#![ allow( missing_doc) ]
Original file line number Diff line number Diff line change 19
19
#![ license = "MIT/ASL2" ]
20
20
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
21
21
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 /" ,
23
23
html_playground_url = "http://play.rust-lang.org/" ) ]
24
24
25
25
#![ allow( unknown_features) ]
Original file line number Diff line number Diff line change 53
53
#![ crate_type = "rlib" ]
54
54
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
55
55
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 /" ,
57
57
html_playground_url = "http://play.rust-lang.org/" ) ]
58
58
59
59
#![ no_std]
Original file line number Diff line number Diff line change 23
23
#![ crate_type = "dylib" ]
24
24
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
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 /" ) ]
27
27
#![ experimental]
28
28
#![ feature( macro_rules) ]
29
29
#![ 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
25
25
#![ license = "MIT/ASL2" ]
26
26
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
27
27
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 /" ) ]
29
29
#![ feature( phase) ]
30
30
31
31
#[ cfg( test) ] #[ phase( plugin, link) ] extern crate log;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ fn main() {
48
48
#![ license = "MIT/ASL2" ]
49
49
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
50
50
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 /" ) ]
52
52
53
53
#![ feature( plugin_registrar) ]
54
54
Original file line number Diff line number Diff line change 85
85
#![ license = "MIT/ASL2" ]
86
86
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
87
87
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 /" ,
89
89
html_playground_url = "http://play.rust-lang.org/" ) ]
90
90
#![ feature( globs, phase) ]
91
91
#![ feature( import_shadowing) ]
Original file line number Diff line number Diff line change 31
31
#![ license = "MIT/ASL2" ]
32
32
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
33
33
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 /" ,
35
35
html_playground_url = "http://play.rust-lang.org/" ) ]
36
36
#![ allow( deprecated) ]
37
37
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ pub fn main() {
273
273
#![ license = "MIT/ASL2" ]
274
274
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
275
275
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 /" ) ]
277
277
278
278
use std:: io;
279
279
use std:: str;
Original file line number Diff line number Diff line change 180
180
#![ crate_type = "dylib" ]
181
181
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
182
182
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 /" ,
184
184
html_playground_url = "http://play.rust-lang.org/" ) ]
185
185
186
186
// NB this does *not* include globs, please keep it that way.
You can’t perform that action at this time.
0 commit comments