File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ pub fn entry(args: TokenStream, input: TokenStream) -> TokenStream {
103103 #[ doc( hidden) ]
104104 #[ export_name = "main" ]
105105 pub unsafe extern "C" fn #tramp_ident( ) {
106+ #[ allow( static_mut_refs) ]
106107 #ident(
107108 #( #resource_args) , *
108109 )
@@ -500,6 +501,7 @@ pub fn exception(args: TokenStream, input: TokenStream) -> TokenStream {
500501 #[ doc( hidden) ]
501502 #[ export_name = #ident_s]
502503 pub unsafe extern "C" fn #tramp_ident( ) {
504+ #[ allow( static_mut_refs) ]
503505 #ident(
504506 #( #resource_args) , *
505507 )
@@ -614,6 +616,7 @@ pub fn interrupt(args: TokenStream, input: TokenStream) -> TokenStream {
614616 #[ doc( hidden) ]
615617 #[ export_name = #ident_s]
616618 pub unsafe extern "C" fn #tramp_ident( ) {
619+ #[ allow( static_mut_refs) ]
617620 #ident(
618621 #( #resource_args) , *
619622 )
You can’t perform that action at this time.
0 commit comments