Skip to content

Commit

Permalink
Merge pull request #147 from romanz/rm-unused-import
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
stevenroose authored Oct 31, 2020
2 parents 4669fe2 + ce0c34b commit ac1e31e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ use log::Level::{Debug, Trace, Warn};
use error::*;
use json;
use queryable;
use serde_json::Value;

/// Crate-specific Result type, shorthand for `std::result::Result` with our
/// crate-specific Error type;
Expand Down

0 comments on commit ac1e31e

Please sign in to comment.