Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 01ae58b

Browse files
authoredJan 15, 2025
Rollup merge of rust-lang#135529 - onur-ozkan:outdated-fixme, r=jieyouxu
remove outdated FIXME rust-lang#134967 already fixed this.
2 parents 4de739b + 896953a commit 01ae58b

File tree

1 file changed

+0
-2
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-2
lines changed
 

‎src/bootstrap/src/core/build_steps/doc.rs

-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ macro_rules! book {
6565
// NOTE: When adding a book here, make sure to ALSO build the book by
6666
// adding a build step in `src/bootstrap/code/builder/mod.rs`!
6767
// NOTE: Make sure to add the corresponding submodule when adding a new book.
68-
// FIXME: Make checking for a submodule automatic somehow (maybe by having a list of all submodules
69-
// and checking against it?).
7068
book!(
7169
CargoBook, "src/tools/cargo/src/doc", "cargo", &[];
7270
ClippyBook, "src/tools/clippy/book", "clippy", &[];

0 commit comments

Comments
 (0)
Failed to load comments.