Skip to content

Commit 845936f

Browse files
authored
Rollup merge of rust-lang#152188 - cuviper:placeholder-stdarch, r=Mark-Simulacrum
Include `library/stdarch` for `CURRENT_RUSTC_VERSION` updates Our tool `replace-version-placeholder` uses the `tidy` file walker and its directory filter, but that skips `library/stdarch` which we do need for public stability markers. This PR adds a local filter function that explicitly allows that path. The commit for 1.94 `stdarch` updates is coming from beta rust-lang#152187.
2 parents 6c04e46 + 559f1c3 commit 845936f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clippy_lints/src/deprecated_lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ declare_with_version! { RENAMED(RENAMED_VERSION) = [
123123
("clippy::into_iter_on_array", "array_into_iter"),
124124
#[clippy::version = ""]
125125
("clippy::invalid_atomic_ordering", "invalid_atomic_ordering"),
126-
#[clippy::version = "CURRENT_RUSTC_VERSION"]
126+
#[clippy::version = "1.88.0"]
127127
("clippy::invalid_null_ptr_usage", "invalid_null_arguments"),
128128
#[clippy::version = ""]
129129
("clippy::invalid_ref", "invalid_value"),

0 commit comments

Comments
 (0)