We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc404f commit eae7a18Copy full SHA for eae7a18
library/core/src/slice/mod.rs
@@ -31,6 +31,7 @@ pub mod memchr;
31
issue = "none",
32
reason = "exposed from core to be reused in std;"
33
)]
34
+#[doc(hidden)]
35
pub mod sort;
36
37
mod ascii;
0 commit comments