File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 4d716decb5d9944bc0d79cdc51b03e3af69bc59c
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 16ff1401d8fb11b9c0f5fab8052b2a993ff93916
4
+ refs/heads/snap-stage3: 1a30412ebf4363acf92f1edafa2c007617c94d02
5
5
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
Original file line number Diff line number Diff line change 44
44
#![ feature( path) ]
45
45
#![ feature( io) ]
46
46
#![ feature( path_ext) ]
47
+ #![ feature( str_words) ]
47
48
#![ cfg_attr( test, feature( test) ) ]
49
+
48
50
extern crate arena;
49
51
extern crate flate;
50
52
extern crate fmt_macros;
Original file line number Diff line number Diff line change 44
44
#![ feature( os) ]
45
45
#![ feature( path_ext) ]
46
46
#![ feature( fs) ]
47
+ #![ feature( hash) ]
47
48
48
49
extern crate arena;
49
50
extern crate flate;
Original file line number Diff line number Diff line change 38
38
#![ feature( str_words) ]
39
39
#![ feature( io) ]
40
40
#![ feature( path) ]
41
+ #![ feature( file_path) ]
41
42
#![ feature( path_ext) ]
42
43
43
44
extern crate arena;
You can’t perform that action at this time.
0 commit comments