aboutsummaryrefslogtreecommitdiff
path: root/src/uri.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri.rs')
-rw-r--r--src/uri.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/uri.rs b/src/uri.rs
index 6520e46..426ba25 100644
--- a/src/uri.rs
+++ b/src/uri.rs
@@ -1,7 +1,3 @@
-#![warn(clippy::pedantic)]
-#![allow(clippy::missing_errors_doc)]
-#![allow(clippy::non_ascii_literal)]
-
use std::collections::HashSet;
use super::authority::Authority;