Skip to content

Commit ca30691

Browse files
committed
std: Move sys_common to libstd/sys_common
Make the directory structure reflect the module structure. I've always found the existing structure confusing.
1 parent f3a709d commit ca30691

File tree

20 files changed

+5
-7
lines changed

20 files changed

+5
-7
lines changed

src/libstd/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,8 +456,7 @@ pub mod time;
456456
mod memchr;
457457

458458
#[macro_use]
459-
#[path = "sys/common/mod.rs"] mod sys_common;
460-
459+
mod sys_common;
461460
mod sys;
462461

463462
pub mod rt;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)