Skip to content

Commit 2c48b10

Browse files
committed
test(lints): Remove unused cargo-features
1 parent 5a39627 commit 2c48b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/lints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ fn build_rustflags_has_precedence() {
504504
.file(
505505
"Cargo.toml",
506506
r#"
507-
cargo-features = ["lints", "profile-rustflags"]
507+
cargo-features = ["lints"]
508508
509509
[package]
510510
name = "foo"
@@ -533,7 +533,7 @@ pub fn foo(num: i32) -> u32 {
533533

534534
foo.cargo("check")
535535
.arg("-v") // Show order of rustflags on failure
536-
.masquerade_as_nightly_cargo(&["lints", "profile-rustflags"])
536+
.masquerade_as_nightly_cargo(&["lints"])
537537
.run();
538538
}
539539

0 commit comments

Comments
 (0)