Skip to content

Commit 474f3b0

Browse files
committed
move parsing.rs to toml
- With this all parsing or deserialization logic has now moved to toml.
1 parent bc5ed2c commit 474f3b0

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/bootstrap/src/core/config/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#[expect(clippy::module_inception)]
22
mod config;
33
pub mod flags;
4-
pub mod parsing;
54
pub mod target_selection;
65
#[cfg(test)]
76
mod tests;

src/bootstrap/src/core/config/toml/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pub mod install;
1717
pub mod llvm;
1818
pub mod macros;
1919
pub mod merge;
20+
pub mod parsing;
2021
pub mod rust;
2122
pub mod target;
2223

0 commit comments

Comments
 (0)