Explain why build was renamed to builder

This commit is contained in:
Zalathar
2024-12-16 15:27:06 +11:00
parent bccbe70991
commit c58219b786
2 changed files with 8 additions and 0 deletions

View File

@@ -11,6 +11,9 @@
#![warn(unreachable_pub)]
// tidy-alphabetical-end
// The `builder` module used to be named `build`, but that was causing GitHub's
// "Go to file" feature to silently ignore all files in the module, probably
// because it assumes that "build" is a build-output directory. See #134365.
mod builder;
mod check_tail_calls;
mod check_unsafety;