diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2020-10-13 15:03:02 -0700 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2020-10-13 15:03:02 -0700 |
commit | 9feb8f2134ebf404c84b7b0614621a6251f937f6 (patch) | |
tree | 99d5b7f7f56f88ad10b492f06fc7a47f3c90a983 /src/codec.rs | |
parent | bd7c27ef1822048fd1f1f0850244a9c063f671f3 (diff) |
Consolidate crate-wide warning attributes to crate level (lib.rs)
Diffstat (limited to 'src/codec.rs')
-rw-r--r-- | src/codec.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/codec.rs b/src/codec.rs index 38017cd..22d9000 100644 --- a/src/codec.rs +++ b/src/codec.rs @@ -1,5 +1,3 @@ -#![warn(clippy::pedantic)] - use std::collections::HashSet; use std::convert::TryFrom; |