Skip to content

Commit d58540d

Browse files
committed
add src/librustdoc and src/rustdoc-json-types to RUSTC_IF_UNCHANGED_ALLOWED_PATHS
fixes #135650
1 parent bcd0683 commit d58540d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/bootstrap/src/core/config/config.rs

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ use crate::utils::helpers::{self, exe, output, t};
4242
#[rustfmt::skip] // We don't want rustfmt to oneline this list
4343
pub(crate) const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
4444
":!src/tools",
45+
":!src/librustdoc",
46+
":!src/rustdoc-json-types",
4547
":!tests",
4648
":!triagebot.toml",
4749
];

0 commit comments

Comments
 (0)