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 2828#![ crate_type = "dylib" ]
2929#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
3030 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/" ) ]
3332
3433#![ feature( alloc) ]
3534#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 2323#![ crate_type = "dylib" ]
2424#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
2525 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/" ) ]
2827
2928#![ feature( libc) ]
3029#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 2424#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
2525 html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
2626 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/" ) ]
2928
3029#![ feature( staged_api) ]
3130#![ feature( unicode) ]
Original file line number Diff line number Diff line change 8888#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
8989 html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
9090 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/" ) ]
9392
9493#![ deny( missing_docs) ]
9594#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 283283#![ crate_type = "dylib" ]
284284#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
285285 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/" ) ]
288287
289288#![ feature( into_cow) ]
290289#![ feature( str_escape) ]
Original file line number Diff line number Diff line change 167167#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
168168 html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
169169 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/" ) ]
172171#![ deny( missing_docs) ]
173172
174173#![ feature( box_raw) ]
Original file line number Diff line number Diff line change 2323#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
2424 html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
2525 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/" ) ]
2827#![ no_std]
2928#![ staged_api]
3029#![ unstable( feature = "rand" ,
Original file line number Diff line number Diff line change 121121#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
122122 html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
123123 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/" ) ]
126125
127126#![ feature( rustc_private) ]
128127#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 2323#![ crate_type = "rlib" ]
2424#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
2525 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/" ) ]
2827
2928#![ feature( append) ]
3029#![ feature( associated_consts) ]
Original file line number Diff line number Diff line change 3030#![ crate_type = "rlib" ]
3131#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
3232 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/" ) ]
3534
3635#![ feature( box_syntax) ]
3736#![ feature( fs_canonicalize) ]
You can’t perform that action at this time.
0 commit comments