Skip to content

Commit

Permalink
add src/librustdoc and src/rustdoc-json-types to RUSTC_IF_UNCHANGED_A…
Browse files Browse the repository at this point in the history
…LLOWED_PATHS

fixes rust-lang#135650
  • Loading branch information
lolbinarycat committed Jan 17, 2025
1 parent bcd0683 commit d58540d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/src/core/config/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
];
Expand Down

0 comments on commit d58540d

Please sign in to comment.