chore(fmt): add legacy stubs and strip trailing whitespace to unblock cargo fmt

This commit is contained in:
Selfhosting Dev
2025-09-17 07:43:07 +09:00
parent fcf8ce1f3c
commit adbb0201a9
385 changed files with 35622 additions and 15004 deletions

View File

@ -1,12 +1,12 @@
/*!
* Parser Declarations Module
*
*
* 宣言Declarationの解析を担当するモジュール群
* Box定義、関数定義、use文などの宣言を処理
*/
pub mod box_definition;
pub mod static_box;
pub mod dependency_helpers;
pub mod static_box;
// Re-export commonly used items