We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5ed2c commit 474f3b0Copy full SHA for 474f3b0
src/bootstrap/src/core/config/mod.rs
@@ -1,7 +1,6 @@
1
#[expect(clippy::module_inception)]
2
mod config;
3
pub mod flags;
4
-pub mod parsing;
5
pub mod target_selection;
6
#[cfg(test)]
7
mod tests;
src/bootstrap/src/core/config/toml/mod.rs
@@ -17,6 +17,7 @@ pub mod install;
17
pub mod llvm;
18
pub mod macros;
19
pub mod merge;
20
+pub mod parsing;
21
pub mod rust;
22
pub mod target;
23
src/bootstrap/src/core/config/parsing.rs renamed to src/bootstrap/src/core/config/toml/parsing.rs
0 commit comments