diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-01-15 16:30:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-15 16:30:21 +0100 |
| commit | 01ae58bff1ca6199ad2b64c5d73501d5abb15a0c (patch) | |
| tree | e4e4c7079482523e267c36c215ffff167f8e1679 | |
| parent | 4de739be524013e9c38ccfe8ab4185e0bdb6ff6f (diff) | |
| parent | 896953aee71be9f175a4b48e3235502999229aed (diff) | |
| download | rust-01ae58bff1ca6199ad2b64c5d73501d5abb15a0c.tar.gz rust-01ae58bff1ca6199ad2b64c5d73501d5abb15a0c.zip | |
Rollup merge of #135529 - onur-ozkan:outdated-fixme, r=jieyouxu
remove outdated FIXME https://github.com/rust-lang/rust/pull/134967 already fixed this.
| -rw-r--r-- | src/bootstrap/src/core/build_steps/doc.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootstrap/src/core/build_steps/doc.rs b/src/bootstrap/src/core/build_steps/doc.rs index dc09d2d1093..0eb4080c053 100644 --- a/src/bootstrap/src/core/build_steps/doc.rs +++ b/src/bootstrap/src/core/build_steps/doc.rs @@ -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", &[]; |
