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/percent_encoded_character_decoder.rs | |
parent | bd7c27ef1822048fd1f1f0850244a9c063f671f3 (diff) |
Consolidate crate-wide warning attributes to crate level (lib.rs)
Diffstat (limited to 'src/percent_encoded_character_decoder.rs')
-rw-r--r-- | src/percent_encoded_character_decoder.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/percent_encoded_character_decoder.rs b/src/percent_encoded_character_decoder.rs index 8a11c8d..fc2e9ef 100644 --- a/src/percent_encoded_character_decoder.rs +++ b/src/percent_encoded_character_decoder.rs @@ -1,5 +1,3 @@ -#![warn(clippy::pedantic)] - use std::convert::TryFrom; use super::error::Error; |