diff options
| author | Jakub Beránek <jakub.beranek@vsb.cz> | 2024-12-09 17:27:37 +0100 |
|---|---|---|
| committer | Jakub Beránek <jakub.beranek@vsb.cz> | 2025-01-01 17:06:27 +0100 |
| commit | 59d5328e0a436ebd27f9600a5b554c834b6c5162 (patch) | |
| tree | 173c0f2d56d27451b6a3c6be086a0bdea6962fae /src | |
| parent | 8decc04e75f6f5a715cc6ac2831c0ad971428d42 (diff) | |
| download | rust-59d5328e0a436ebd27f9600a5b554c834b6c5162.tar.gz rust-59d5328e0a436ebd27f9600a5b554c834b6c5162.zip | |
Fix source code path in comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/src/core/build_steps/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/build_steps/doc.rs b/src/bootstrap/src/core/build_steps/doc.rs index 8a9321f8e79..c061287ffab 100644 --- a/src/bootstrap/src/core/build_steps/doc.rs +++ b/src/bootstrap/src/core/build_steps/doc.rs @@ -72,7 +72,7 @@ macro_rules! book { } // NOTE: When adding a book here, make sure to ALSO build the book by -// adding a build step in `src/bootstrap/builder.rs`! +// 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?). |
