We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a991ad2 + 84cf54e commit 8260193Copy full SHA for 8260193
src/lib.rs
@@ -55,7 +55,6 @@ use arch::core_local::*;
55
pub(crate) use crate::arch::*;
56
pub use crate::config::DEFAULT_STACK_SIZE;
57
pub(crate) use crate::config::*;
58
-pub use crate::fs::create_file;
59
use crate::scheduler::{PerCoreScheduler, PerCoreSchedulerExt};
60
61
#[macro_use]
0 commit comments