Skip to content

Commit e873695

Browse files
authored
Rollup merge of #135654 - lolbinarycat:bootstrap-135650, r=onur-ozkan
add src/librustdoc and src/rustdoc-json-types to RUSTC_IF_UNCHANGED_ALLOWED_PATHS fixes #135650 r? ``@onur-ozkan``
2 parents 862a17c + d58540d commit e873695

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)