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/authority.rs | |
parent | bd7c27ef1822048fd1f1f0850244a9c063f671f3 (diff) |
Consolidate crate-wide warning attributes to crate level (lib.rs)
Diffstat (limited to 'src/authority.rs')
-rw-r--r-- | src/authority.rs | 2 |
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, |