We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3777f commit b3a862dCopy full SHA for b3a862d
cargo-auditable/src/rustc_wrapper.rs
@@ -69,6 +69,8 @@ pub fn main(rustc_path: &OsStr) {
69
} else if is_wasm(&target_info) {
70
// We don't emit the symbol name in WASM, so nothing to do
71
} else {
72
+ // Unrecognized platform, assume it to be unix-like
73
+ #[allow(clippy::collapsible_else_if)]
74
if args.bare_linker() {
75
command.arg("-Clink-arg=--undefined=AUDITABLE_VERSION_INFO");
76
0 commit comments