mirror of
https://github.com/rm-dr/daisy
synced 2025-12-15 10:42:53 -08:00
Minor cleanup
This commit is contained in:
@@ -6,15 +6,17 @@ pub mod context;
|
||||
pub mod errors;
|
||||
pub mod formattedtext;
|
||||
|
||||
mod entry;
|
||||
use crate::entry::main_e;
|
||||
|
||||
use crate::parser::substitute;
|
||||
use crate::errors::DaisyError;
|
||||
use crate::formattedtext::FormattedText;
|
||||
use crate::context::Context;
|
||||
use crate::parser::LineLocation;
|
||||
|
||||
|
||||
// Run main script for target system
|
||||
mod entrypoint;
|
||||
use crate::entrypoint::main_e;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user