Skip to content

Commit

Permalink
Merge pull request #99 from Stebalien/nit/disable-pun-warning
Browse files Browse the repository at this point in the history
nit: disable field pun warning
  • Loading branch information
Stebalien committed Aug 4, 2019
2 parents a3063b4 + 946602c commit e2017f6
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 e2017f6

Please sign in to comment.