chore: clippy html-router

This commit is contained in:
Per Stark
2025-10-16 20:30:17 +02:00
parent 44e5d8a2fc
commit 99b88c3063
9 changed files with 31 additions and 37 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ where
}
/// Enables response compression when building the router.
pub fn with_compression(mut self) -> Self {
pub const fn with_compression(mut self) -> Self {
self.compression_enabled = true;
self
}