Skip to content

Commit

Permalink
Remove useless automatically_derived
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Dec 8, 2024
1 parent 7512b07 commit 5e461ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/backend/src/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,6 @@ impl TryToTokens for ast::Export {
export_name = #export_name,
)]
pub unsafe extern "C" fn #generated_name(#(#args),*) -> #wasm_bindgen::convert::WasmRet<#projection::Abi> {
#[automatically_derived]
const _: () = {
#(#checks)*
};
Expand Down

0 comments on commit 5e461ff

Please sign in to comment.