🧑‍💻 Passes clippy checks

This commit is contained in:
Manuel Cillero 2023-11-19 00:25:40 +01:00
parent 942ecad778
commit 9c16aa2519

View file

@ -39,7 +39,7 @@ pub fn fn_builder(_attr: TokenStream, item: TokenStream) -> TokenStream {
arg.split_whitespace() arg.split_whitespace()
.next() .next()
.unwrap() .unwrap()
.trim_end_matches(":") .trim_end_matches(':')
.to_string() .to_string()
}) })
.collect(); .collect();