Skip to content

Commit

Permalink
Remove superfluous "extern create"
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed May 8, 2020
1 parent d2cbec8 commit 9445100
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
#[macro_use]
extern crate clap;
extern crate codebreaker;
extern crate flate2;

use clap::{App, AppSettings, Arg, SubCommand};

mod cli;
use cli::cheats;

use clap::{crate_version, App, AppSettings, Arg, SubCommand};

fn main() {
let m = App::new("cb2util")
.version(crate_version!())
Expand Down

0 comments on commit 9445100

Please sign in to comment.