1
Fork 0

add src/librustdoc and src/rustdoc-json-types to RUSTC_IF_UNCHANGED_ALLOWED_PATHS

fixes https://github.com/rust-lang/rust/issues/135650
This commit is contained in:
binarycat 2025-01-17 14:31:24 -06:00
parent bcd0683e5d
commit d58540df44

View file

@ -42,6 +42,8 @@ use crate::utils::helpers::{self, exe, output, t};
#[rustfmt::skip] // We don't want rustfmt to oneline this list
pub(crate) const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
":!src/tools",
":!src/librustdoc",
":!src/rustdoc-json-types",
":!tests",
":!triagebot.toml",
];