Fix implicit_features_edition_2024 matching rust version

This test should not be matching the exact Rust version.
This commit is contained in:
Eric Huss 2024-09-02 15:18:01 -07:00
parent e21f0d018e
commit 2597cdf770

View File

@ -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