apply clippy corrections

This commit is contained in:
yggverse 2025-01-18 14:27:19 +02:00
parent 4cd0451aed
commit f2e4d57d69
3 changed files with 7 additions and 15 deletions

View file

@ -79,7 +79,7 @@ impl Request {
referrer: _,
uri,
}
| Self::Titan(uri) => &uri,
| Self::Titan(uri) => uri,
}
}
}