Skip to content

Commit eae7a18

Browse files
committed
Hide internal sort module
1 parent afc404f commit eae7a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/slice/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pub mod memchr;
3131
issue = "none",
3232
reason = "exposed from core to be reused in std;"
3333
)]
34+
#[doc(hidden)]
3435
pub mod sort;
3536

3637
mod ascii;

0 commit comments

Comments
 (0)