chore(fmt): add legacy stubs and strip trailing whitespace to unblock cargo fmt
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
/*!
|
||||
* Parser Items Module
|
||||
*
|
||||
*
|
||||
* Top-level item declarations:
|
||||
* - Global variables
|
||||
* - Function declarations
|
||||
* - Static declarations (functions and boxes)
|
||||
*/
|
||||
|
||||
pub mod global_vars;
|
||||
pub mod functions;
|
||||
pub mod global_vars;
|
||||
pub mod static_items;
|
||||
|
||||
// Re-export for convenience
|
||||
|
||||
Reference in New Issue
Block a user