Skip to content

Commit 8260193

Browse files
authored
Merge pull request #2271 from hermit-os/rm-create_file-reexport
feat: don't reexport create_file at the crate root
2 parents a991ad2 + 84cf54e commit 8260193

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ use arch::core_local::*;
5555
pub(crate) use crate::arch::*;
5656
pub use crate::config::DEFAULT_STACK_SIZE;
5757
pub(crate) use crate::config::*;
58-
pub use crate::fs::create_file;
5958
use crate::scheduler::{PerCoreScheduler, PerCoreSchedulerExt};
6059

6160
#[macro_use]

0 commit comments

Comments
 (0)