aboutsummaryrefslogtreecommitdiff
path: root/src/url.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.rs')
-rw-r--r--src/url.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/url.rs b/src/url.rs
index f5ab5d9..8f510aa 100644
--- a/src/url.rs
+++ b/src/url.rs
@@ -25,6 +25,7 @@ pub fn make(
is_nocss: &mut bool,
) -> Result<Url, url::ParseError> {
Ok(
+ #[allow(clippy::blocks_in_conditions)]
match Url::try_from(&*if path.starts_with("/proxy") {
*is_proxy = true;