Skip to content

Commit 2597cdf

Browse files
committed
Fix implicit_features_edition_2024 matching rust version
This test should not be matching the exact Rust version.
1 parent e21f0d0 commit 2597cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/lints/implicit_features.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ unused_optional_dependency = "allow"
127127
.masquerade_as_nightly_cargo(&["cargo-lints", "edition2024"])
128128
.with_stderr_data(str![[r#"
129129
[UPDATING] `dummy-registry` index
130-
[LOCKING] 1 package to latest Rust 1.82.0-nightly compatible version
130+
[LOCKING] 1 package to latest Rust 1.[..] compatible version
131131
[CHECKING] foo v0.1.0 ([ROOT]/foo)
132132
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
133133

0 commit comments

Comments
 (0)