aboutsummaryrefslogtreecommitdiff
path: root/src/percent_encoded_character_decoder.rs
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2020-10-13 15:03:02 -0700
committerRichard Walters <rwalters@digitalstirling.com>2020-10-13 15:03:02 -0700
commit9feb8f2134ebf404c84b7b0614621a6251f937f6 (patch)
tree99d5b7f7f56f88ad10b492f06fc7a47f3c90a983 /src/percent_encoded_character_decoder.rs
parentbd7c27ef1822048fd1f1f0850244a9c063f671f3 (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.rs2
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;