Skip to content

Commit

Permalink
more clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiedzia committed Jul 18, 2017
1 parent a4851c9 commit 7f36814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diesel/src/mysql/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mod numeric;

use byteorder::WriteBytesExt;
use mysql::{Mysql, MysqlType};
#[cfg(not(feature="postgres"))]
use query_builder::QueryId;
use std::error::Error as StdError;
use std::io::Write;
Expand Down

0 comments on commit 7f36814

Please sign in to comment.