Merge pull request #58 from steveklabnik/small-cleanup

clean up imports
master
ashley williams 7 years ago committed by GitHub
commit ebea6f2906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/main.rs

@ -1,9 +1,8 @@
extern crate console;
extern crate failure;
extern crate wasm_pack;
extern crate indicatif;
#[macro_use]
extern crate quicli;
extern crate wasm_pack;
use std::time::Instant;

Loading…
Cancel
Save