Skip to content

Commit 363ddd4

Browse files
committed
test: The latest rustc version should not appear in the test output
1 parent b31577d commit 363ddd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/lints/implicit_features.rs

Lines changed: 1 addition & 1 deletion
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] 2 packages to latest Rust 1.81.0-nightly compatible versions
130+
[LOCKING] 2 packages to latest Rust [..] compatible versions
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)