Skip to content

Commit

Permalink
Unrolled build for rust-lang#135529
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#135529 - onur-ozkan:outdated-fixme, r=jieyouxu

remove outdated FIXME

rust-lang#134967 already fixed this.
  • Loading branch information
rust-timer authored Jan 15, 2025
2 parents 27f3361 + 896953a commit 0c9cf8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap/src/core/build_steps/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ macro_rules! book {
// NOTE: When adding a book here, make sure to ALSO build the book by
// adding a build step in `src/bootstrap/code/builder/mod.rs`!
// NOTE: Make sure to add the corresponding submodule when adding a new book.
// FIXME: Make checking for a submodule automatic somehow (maybe by having a list of all submodules
// and checking against it?).
book!(
CargoBook, "src/tools/cargo/src/doc", "cargo", &[];
ClippyBook, "src/tools/clippy/book", "clippy", &[];
Expand Down

0 comments on commit 0c9cf8a

Please sign in to comment.