File tree 7 files changed +0
-13
lines changed
7 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 1
- #![ feature( concat_idents) ]
2
- #![ feature( oom) ]
3
- #![ feature( proc_macro) ]
4
- #![ feature( as_c_str) ]
5
- #![ feature( core_intrinsics) ]
6
- #![ feature( fn_must_use) ]
7
1
8
2
9
3
// intellij-rust flags this anyway
Original file line number Diff line number Diff line change 1
- #![ feature( option_filter) ]
2
1
3
2
#[ macro_use] extern crate macro_attr;
4
3
#[ macro_use] extern crate enum_derive;
Original file line number Diff line number Diff line change 1
- #![ feature( proc_macro) ]
2
1
3
2
extern crate iron;
4
3
extern crate persistent;
Original file line number Diff line number Diff line change 1
- #![ feature( slice_concat_ext) ]
2
1
3
2
extern crate imageflow_helpers;
4
3
extern crate imageflow_core as fc;
5
4
extern crate imageflow_types as s;
6
5
use imageflow_helpers:: preludes:: from_std:: * ;
7
6
extern crate hyper;
8
7
9
- use std:: slice:: SliceConcatExt ;
10
8
11
9
extern crate wait_timeout;
12
10
use wait_timeout:: ChildExt ;
Original file line number Diff line number Diff line change 1
- #![ feature( slice_concat_ext) ]
2
1
3
2
4
3
extern crate clap;
Original file line number Diff line number Diff line change 1
1
extern crate std;
2
2
extern crate imageflow_core;
3
3
use self :: imageflow_core:: for_other_imageflow_crates:: preludes:: default:: * ;
4
- use std:: slice:: SliceConcatExt ;
5
4
6
5
//extern crate imageflow_helpers;
7
6
Original file line number Diff line number Diff line change 26
26
//! 2. Lowercase first character of string
27
27
//! 3. Delete all underscores from string
28
28
29
- #![ feature( proc_macro) ]
30
29
31
30
pub mod build_env_info;
32
31
pub mod version;
You can’t perform that action at this time.
0 commit comments