Skip to content

Commit

Permalink
needless declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Mar 28, 2024
1 parent 738644f commit ec0e7f9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions bindgen-cli/main.rs
@@ -1,10 +1,3 @@
extern crate bindgen;
extern crate clap;
#[cfg(feature = "logging")]
extern crate env_logger;
#[cfg(feature = "logging")]
extern crate log;

use std::env;

mod options;
Expand Down

0 comments on commit ec0e7f9

Please sign in to comment.