mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
clippy
This commit is contained in:
@ -365,5 +365,5 @@ pub(crate) fn with_method(
|
||||
fn input_and_compile_error(mut item: TokenStream, err: syn::Error) -> TokenStream {
|
||||
let compile_err = TokenStream::from(err.to_compile_error());
|
||||
item.extend(compile_err);
|
||||
return item;
|
||||
item
|
||||
}
|
||||
|
Reference in New Issue
Block a user