We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738644f commit ec0e7f9Copy full SHA for ec0e7f9
bindgen-cli/main.rs
@@ -1,10 +1,3 @@
1
-extern crate bindgen;
2
-extern crate clap;
3
-#[cfg(feature = "logging")]
4
-extern crate env_logger;
5
6
-extern crate log;
7
-
8
use std::env;
9
10
mod options;
0 commit comments