mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-27 04:10:28 +00:00
fix nightly ci (#3662)
This commit is contained in:
parent
6be98e5a00
commit
228d1384c1
@ -32,12 +32,9 @@ pub fn ram(args: TokenStream, input: TokenStream) -> TokenStream {
|
||||
};
|
||||
|
||||
if *arg {
|
||||
return syn::Error::new(
|
||||
ident.span(),
|
||||
format!("Argument `{}` is already set", ident),
|
||||
)
|
||||
.into_compile_error()
|
||||
.into();
|
||||
return syn::Error::new(ident.span(), format!("Argument `{ident}` is already set"))
|
||||
.into_compile_error()
|
||||
.into();
|
||||
}
|
||||
*arg = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user