Skip to content

Commit

Permalink
nit: disable field pun warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Aug 4, 2019
1 parent a3063b4 commit 946602c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Expand Up @@ -64,6 +64,7 @@
)]
#![deny(missing_docs)]
#![cfg_attr(test, deny(warnings))]
#![allow(clippy::redundant_field_names)]

use std::io::prelude::*;

Expand Down

0 comments on commit 946602c

Please sign in to comment.