Skip to content

Commit 3b2184a

Browse files
fix: removed threei imports
1 parent dbe2c40 commit 3b2184a

File tree

1 file changed

+0
-2
lines changed
  • src/sysdefs/src/constants

1 file changed

+0
-2
lines changed

src/sysdefs/src/constants/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ pub mod err_const;
22
pub mod fs_const;
33
pub mod net_const;
44
pub mod sys_const;
5-
pub mod threei_const;
65

76
pub use err_const::*;
87
pub use fs_const::*;
98
pub use net_const::*;
109
pub use sys_const::*;
11-
pub use threei_const::*;

0 commit comments

Comments
 (0)