resolve couple pedantic clippy lints, remove unnecessary qualifications
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
6d7ef80aba
commit
9d0b647911
35 changed files with 127 additions and 148 deletions
|
@ -404,7 +404,7 @@ async fn run_server() -> io::Result<()> {
|
|||
#[allow(clippy::unnecessary_operation)] // error[E0658]: attributes on expressions are experimental
|
||||
#[cfg(not(feature = "zstd_compression"))]
|
||||
{
|
||||
app = routes().layer(middlewares).into_make_service()
|
||||
app = routes().layer(middlewares).into_make_service();
|
||||
};
|
||||
|
||||
let handle = ServerHandle::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue