Skip to content

Commit 8ba7192

Browse files
tweak: run with all features
1 parent 6769588 commit 8ba7192

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/sniff-test/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ impl RustcPlugin for PrintAllItemsPlugin {
201201
log::debug!("modifying cargo args");
202202
cargo.args(&args.cargo_args);
203203

204-
cargo.args(["--release"]);
204+
cargo.args(["--release", "--all-features"]);
205205

206206
// Register the sniff_tool
207207
let existing = std::env::var("RUSTFLAGS").unwrap_or_default();

0 commit comments

Comments
 (0)