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:
parent
bcd0683e5d
commit
d58540df44
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue