File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ cexpr = "0.2"
28
28
cfg-if = " 0.1.0"
29
29
clang-sys = { version = " 0.12" , features = [" runtime" , " clang_3_9" ] }
30
30
lazy_static = " 0.2.1"
31
- libc = " 0.2"
32
31
rustc-serialize = " 0.3.19"
33
32
syntex_syntax = " 0.50"
34
33
regex = " 0.1"
Original file line number Diff line number Diff line change 7
7
8
8
#![ deny( missing_docs) ]
9
9
#![ deny( warnings) ]
10
+ #![ deny( unused_extern_crates) ]
10
11
11
12
// We internally use the deprecated BindgenOptions all over the place. Once we
12
13
// remove its `pub` declaration, we can un-deprecate it and remove this pragma.
17
18
#![ allow( non_upper_case_globals) ]
18
19
19
20
#[ macro_use]
21
+ #[ allow( unused_extern_crates) ]
20
22
extern crate cfg_if;
21
23
extern crate cexpr;
22
24
extern crate syntex_syntax as syntax;
23
25
extern crate aster;
24
26
extern crate quasi;
25
27
extern crate clang_sys;
26
- extern crate libc;
27
28
extern crate regex;
28
29
#[ macro_use]
29
30
extern crate lazy_static;
You can’t perform that action at this time.
0 commit comments