Cleanup sys module to match house style

This commit is contained in:
Chris Denton
2024-07-24 22:02:48 +00:00
parent 006c8df322
commit a75d2f9d38
6 changed files with 15 additions and 19 deletions

View File

@@ -7,7 +7,6 @@ mod pal;
mod personality;
#[unstable(feature = "anonymous_pipe", issue = "127154")]
pub mod anonymous_pipe;
pub mod backtrace;
pub mod cmath;