File tree Expand file tree Collapse file tree 7 files changed +7
-1
lines changed Expand file tree Collapse file tree 7 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
10
10
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
11
11
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
12
12
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
13
- refs/heads/auto: 105f70b50097a5776ef0d1a6da6753c25d191aa6
13
+ refs/heads/auto: e5ec43e217703c19f58842ebd8c40d35345bd896
14
14
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
15
15
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
16
16
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
Original file line number Diff line number Diff line change 24
24
25
25
#![ feature( alloc) ]
26
26
#![ feature( box_syntax) ]
27
+ #![ feature( box_patterns) ]
27
28
#![ feature( core) ]
28
29
#![ feature( hash) ]
29
30
#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 23
23
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
24
24
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
25
25
26
+ #![ feature( box_patterns) ]
26
27
#![ feature( box_syntax) ]
27
28
#![ feature( collections) ]
28
29
#![ feature( core) ]
Original file line number Diff line number Diff line change 24
24
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
25
25
26
26
#![ feature( alloc) ]
27
+ #![ feature( box_patterns) ]
27
28
#![ feature( box_syntax) ]
28
29
#![ feature( collections) ]
29
30
#![ feature( core) ]
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ This API is completely unstable and subject to change.
74
74
75
75
#![ allow( non_camel_case_types) ]
76
76
77
+ #![ feature( box_patterns) ]
77
78
#![ feature( box_syntax) ]
78
79
#![ feature( collections) ]
79
80
#![ feature( core) ]
Original file line number Diff line number Diff line change 18
18
html_root_url = "http://doc.rust-lang.org/nightly/" ,
19
19
html_playground_url = "http://play.rust-lang.org/" ) ]
20
20
21
+ #![ feature( box_patterns) ]
21
22
#![ feature( box_syntax) ]
22
23
#![ feature( collections) ]
23
24
#![ feature( core) ]
Original file line number Diff line number Diff line change 23
23
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
24
24
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
25
25
26
+ #![ feature( box_patterns) ]
26
27
#![ feature( box_syntax) ]
27
28
#![ feature( collections) ]
28
29
#![ feature( core) ]
You can’t perform that action at this time.
0 commit comments