Skip to content

Commit

Permalink
Remove clippy lints and see what happens
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Mar 16, 2018
1 parent e462e3f commit bf610c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/dm_flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

// These errors originate in bitflags! macro and are not ours to fix.
// Their scope is the whole file because the bitflags! macro generates a
// lot of stuff, and so placing the annotation right on the use of the
// bitflags! macro does not actually cover the suspicious code generated.
#![allow(redundant_field_names)]
#![allow(suspicious_arithmetic_impl)]

use super::dm_ioctl as dmi;

bitflags! {
Expand Down

0 comments on commit bf610c8

Please sign in to comment.