fixed Cargo.toml & removed env module import

This commit is contained in:
2023-03-23 15:44:31 -04:00
parent 76dfb73238
commit 5b35be7425
3 changed files with 2 additions and 34 deletions

View File

@@ -47,7 +47,6 @@
#![no_std]
pub mod entry;
// pub mod env;
mod macros;
pub mod process;