aboutsummaryrefslogtreecommitdiff
path: root/src/authority.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/authority.rs
parentbd7c27ef1822048fd1f1f0850244a9c063f671f3 (diff)
Consolidate crate-wide warning attributes to crate level (lib.rs)
Diffstat (limited to 'src/authority.rs')
-rw-r--r--src/authority.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/authority.rs b/src/authority.rs
index b5a377c..d0b49d7 100644
--- a/src/authority.rs
+++ b/src/authority.rs
@@ -1,5 +1,3 @@
-#![warn(clippy::pedantic)]
-
use super::character_classes::{
REG_NAME_NOT_PCT_ENCODED,
USER_INFO_NOT_PCT_ENCODED,