style(lib): address most clippy lints
This commit is contained in:
committed by
Sean McArthur
parent
0f13719873
commit
0eaf304644
@@ -71,5 +71,5 @@ async fn simple_file_send(filename: &str) -> Result<Response<Body>> {
|
||||
return Ok(internal_server_error());
|
||||
}
|
||||
|
||||
return Ok(not_found());
|
||||
Ok(not_found())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user