We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4de739b + 896953a commit 01ae58bCopy full SHA for 01ae58b
src/bootstrap/src/core/build_steps/doc.rs
@@ -65,8 +65,6 @@ macro_rules! book {
65
// NOTE: When adding a book here, make sure to ALSO build the book by
66
// adding a build step in `src/bootstrap/code/builder/mod.rs`!
67
// 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?).
70
book!(
71
CargoBook, "src/tools/cargo/src/doc", "cargo", &[];
72
ClippyBook, "src/tools/clippy/book", "clippy", &[];
0 commit comments