master
Marius van Niekerk 7 months ago
parent 650936bbdd
commit b9c845a63b
No known key found for this signature in database
GPG Key ID: DF15BF4791F2F815
  1. 1
      src/main.rs

@ -1,7 +1,6 @@
#![allow(clippy::redundant_closure, clippy::redundant_pattern_matching)] #![allow(clippy::redundant_closure, clippy::redundant_pattern_matching)]
extern crate anyhow; extern crate anyhow;
extern crate atty;
extern crate clap; extern crate clap;
extern crate env_logger; extern crate env_logger;
extern crate human_panic; extern crate human_panic;

Loading…
Cancel
Save