We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e2bef commit ddb6551Copy full SHA for ddb6551
1 file changed
cargo-auditable/src/rustc_wrapper.rs
@@ -68,6 +68,7 @@ fn rustc_command_with_audit_data(rustc_path: &OsStr) -> Option<Command> {
68
//
69
// Binaries and C dynamic libraries are not built as non-primary packages,
70
// so this should not cause issues with Cargo caches.
71
+ #[allow(clippy::question_mark)]
72
if env::var_os("CARGO_PRIMARY_PACKAGE").is_none() {
73
return None;
74
}
0 commit comments