Skip to content

Commit

Permalink
Fix implicit_features_edition_2024 matching rust version
Browse files Browse the repository at this point in the history
This test should not be matching the exact Rust version.
  • Loading branch information
ehuss committed Sep 2, 2024
1 parent e21f0d0 commit 2597cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/lints/implicit_features.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ unused_optional_dependency = "allow"
.masquerade_as_nightly_cargo(&["cargo-lints", "edition2024"])
.with_stderr_data(str![[r#"
[UPDATING] `dummy-registry` index
[LOCKING] 1 package to latest Rust 1.82.0-nightly compatible version
[LOCKING] 1 package to latest Rust 1.[..] compatible version
[CHECKING] foo v0.1.0 ([ROOT]/foo)
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
Expand Down

0 comments on commit 2597cdf

Please sign in to comment.