mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-09 22:32:48 +02:00
chore: clippy html-router
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user