Skip to content

Commit

Permalink
correct imports to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
int08h committed Oct 19, 2018
1 parent b801eda commit 8ab9e36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/kms/gcpkms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pub mod inner {
use std::fmt;
use std::env;
use std::fmt::Formatter;
use std::result::Result;
use std::str::FromStr;
use std::result::Result;
use std::default::Default;
Expand Down
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,9 @@ extern crate byteorder;
extern crate core;
extern crate time;
extern crate yaml_rust;
#[macro_use]
extern crate hyper;
extern crate hex;
extern crate mio;
extern crate mio_extras;
extern crate time;
extern crate yaml_rust;

#[macro_use]
extern crate log;
Expand Down

0 comments on commit 8ab9e36

Please sign in to comment.