Skip to content

Commit ec0e7f9

Browse files
committed
needless declarations
1 parent 738644f commit ec0e7f9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bindgen-cli/main.rs

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
extern crate bindgen;
2-
extern crate clap;
3-
#[cfg(feature = "logging")]
4-
extern crate env_logger;
5-
#[cfg(feature = "logging")]
6-
extern crate log;
7-
81
use std::env;
92

103
mod options;

0 commit comments

Comments
 (0)