We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 862a17c + d58540d commit e873695Copy full SHA for e873695
src/bootstrap/src/core/config/config.rs
@@ -42,6 +42,8 @@ use crate::utils::helpers::{self, exe, output, t};
42
#[rustfmt::skip] // We don't want rustfmt to oneline this list
43
pub(crate) const RUSTC_IF_UNCHANGED_ALLOWED_PATHS: &[&str] = &[
44
":!src/tools",
45
+ ":!src/librustdoc",
46
+ ":!src/rustdoc-json-types",
47
":!tests",
48
":!triagebot.toml",
49
];
0 commit comments