diff options
| author | Fuwn <[email protected]> | 2024-03-24 14:54:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-24 14:54:51 +0000 |
| commit | 933467dedfc96967a8bd41512d932ed5e4472a44 (patch) | |
| tree | 952e13b99102307061b7a30b7ac6c3c23a87fa15 /src/url.rs | |
| parent | format(response): capitalisation (diff) | |
| download | september-933467dedfc96967a8bd41512d932ed5e4472a44.tar.xz september-933467dedfc96967a8bd41512d932ed5e4472a44.zip | |
feat(response): support redirectsv0.2.12
Diffstat (limited to 'src/url.rs')
| -rw-r--r-- | src/url.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |