Rollup merge of #135529 - onur-ozkan:outdated-fixme, r=jieyouxu

remove outdated FIXME

https://github.com/rust-lang/rust/pull/134967 already fixed this.
This commit is contained in:
Guillaume Gomez 2025-01-15 16:30:21 +01:00 committed by GitHub
commit 01ae58bff1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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", &[];