File tree Expand file tree Collapse file tree 24 files changed +24
-48
lines changed Expand file tree Collapse file tree 24 files changed +24
-48
lines changed Original file line number Diff line number Diff line change 28
28
#![ crate_type = "dylib" ]
29
29
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
30
30
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
31
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
32
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
31
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
33
32
34
33
#![ feature( alloc) ]
35
34
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 23
23
#![ crate_type = "dylib" ]
24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
26
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
28
27
29
28
#![ feature( libc) ]
30
29
#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
26
html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
- html_playground_url = "https://play.rust-lang.org/" ,
28
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
27
+ html_playground_url = "https://play.rust-lang.org/" ) ]
29
28
30
29
#![ feature( staged_api) ]
31
30
#![ feature( unicode) ]
Original file line number Diff line number Diff line change 88
88
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
89
89
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
90
90
html_root_url = "https://doc.rust-lang.org/nightly/" ,
91
- html_playground_url = "https://play.rust-lang.org/" ,
92
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
91
+ html_playground_url = "https://play.rust-lang.org/" ) ]
93
92
94
93
#![ deny( missing_docs) ]
95
94
#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 283
283
#![ crate_type = "dylib" ]
284
284
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
285
285
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
286
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
287
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
286
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
288
287
289
288
#![ feature( into_cow) ]
290
289
#![ feature( str_escape) ]
Original file line number Diff line number Diff line change 167
167
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
168
168
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
169
169
html_root_url = "https://doc.rust-lang.org/nightly/" ,
170
- html_playground_url = "https://play.rust-lang.org/" ,
171
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
170
+ html_playground_url = "https://play.rust-lang.org/" ) ]
172
171
#![ deny( missing_docs) ]
173
172
174
173
#![ feature( box_raw) ]
Original file line number Diff line number Diff line change 23
23
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
24
24
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
25
25
html_root_url = "https://doc.rust-lang.org/nightly/" ,
26
- html_playground_url = "https://play.rust-lang.org/" ,
27
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
26
+ html_playground_url = "https://play.rust-lang.org/" ) ]
28
27
#![ no_std]
29
28
#![ staged_api]
30
29
#![ unstable( feature = "rand" ,
Original file line number Diff line number Diff line change 121
121
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
122
122
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
123
123
html_root_url = "https://doc.rust-lang.org/nightly/" ,
124
- html_playground_url = "https://play.rust-lang.org/" ,
125
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
124
+ html_playground_url = "https://play.rust-lang.org/" ) ]
126
125
127
126
#![ feature( rustc_private) ]
128
127
#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 23
23
#![ crate_type = "rlib" ]
24
24
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
25
25
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
26
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
27
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
26
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
28
27
29
28
#![ feature( append) ]
30
29
#![ feature( associated_consts) ]
Original file line number Diff line number Diff line change 30
30
#![ crate_type = "rlib" ]
31
31
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
32
32
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
33
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
34
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
33
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
35
34
36
35
#![ feature( box_syntax) ]
37
36
#![ feature( fs_canonicalize) ]
You can’t perform that action at this time.
0 commit comments