File tree 24 files changed +24
-48
lines changed
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) ]
Original file line number Diff line number Diff line change 17
17
#![ crate_type = "rlib" ]
18
18
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
19
19
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
20
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
21
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
20
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
22
21
23
22
#![ allow( non_camel_case_types) ]
24
23
Original file line number Diff line number Diff line change 25
25
#![ staged_api]
26
26
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
27
27
html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
28
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
29
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
28
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
30
29
31
30
#![ feature( rustc_private, staged_api) ]
32
31
#![ cfg_attr( test, feature( test) ) ]
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( box_syntax) ]
30
29
#![ feature( libc) ]
Original file line number Diff line number Diff line change 28
28
#![ crate_type = "rlib" ]
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
#![ cfg_attr( test, feature( test) ) ]
35
34
#![ feature( box_patterns) ]
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( associated_consts) ]
30
29
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 17
17
#![ crate_type = "rlib" ]
18
18
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
19
19
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
20
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
21
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
20
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
22
21
23
22
#![ feature( rustc_diagnostic_macros) ]
24
23
#![ feature( rustc_private) ]
Original file line number Diff line number Diff line change 17
17
#![ crate_type = "rlib" ]
18
18
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
19
19
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
20
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
21
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
20
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
22
21
23
22
#![ feature( associated_consts) ]
24
23
#![ feature( borrow_state) ]
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( box_patterns) ]
30
29
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change @@ -71,8 +71,7 @@ This API is completely unstable and subject to change.
71
71
#![ crate_type = "rlib" ]
72
72
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
73
73
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
74
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
75
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
74
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
76
75
77
76
#![ allow( non_camel_case_types) ]
78
77
Original file line number Diff line number Diff line change 18
18
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
19
19
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
20
20
html_root_url = "https://doc.rust-lang.org/nightly/" ,
21
- html_playground_url = "https://play.rust-lang.org/" ,
22
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
21
+ html_playground_url = "https://play.rust-lang.org/" ) ]
23
22
24
23
#![ feature( box_patterns) ]
25
24
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ Core encoding and decoding interfaces.
26
26
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
27
27
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
28
28
html_root_url = "https://doc.rust-lang.org/nightly/" ,
29
- html_playground_url = "https://play.rust-lang.org/" ,
30
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
29
+ html_playground_url = "https://play.rust-lang.org/" ) ]
31
30
32
31
#![ feature( box_syntax) ]
33
32
#![ feature( collections) ]
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( associated_consts) ]
30
29
#![ feature( drain) ]
Original file line number Diff line number Diff line change 53
53
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
54
54
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
55
55
html_root_url = "https://doc.rust-lang.org/nightly/" ,
56
- html_playground_url = "https://play.rust-lang.org/" ,
57
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
56
+ html_playground_url = "https://play.rust-lang.org/" ) ]
58
57
#![ deny( missing_docs) ]
59
58
60
59
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 32
32
#![ crate_type = "dylib" ]
33
33
#![ doc( html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
34
34
html_favicon_url = "https://doc.rust-lang.org/favicon.ico" ,
35
- html_root_url = "https://doc.rust-lang.org/nightly/" ,
36
- issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/" ) ]
35
+ html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
37
36
38
37
#![ feature( asm) ]
39
38
#![ feature( box_syntax) ]
You can’t perform that action at this time.
0 commit comments