Skip to content

Commit

Permalink
Revert #[no_mangle]
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed May 31, 2023
1 parent 6c8a683 commit dd25c6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ctor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ pub fn ctor(_attribute: TokenStream, function: TokenStream) -> TokenStream {

#[cfg_attr(not(feature = "used_linker"), used)]
#[cfg_attr(feature = "used_linker", used(linker))]
#[no_mangle]
#[allow(non_upper_case_globals)]
#[doc(hidden)]
#tokens
Expand Down

0 comments on commit dd25c6c

Please sign in to comment.