mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix implicit_features_edition_2024 matching rust version
This test should not be matching the exact Rust version.
This commit is contained in:
parent
e21f0d018e
commit
2597cdf770
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user