We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e62bfd commit 8becda1Copy full SHA for 8becda1
library/core/src/unicode/mod.rs
@@ -1,5 +1,5 @@
1
#![unstable(feature = "unicode_internals", issue = "none")]
2
-#![allow(missing_docs)]
+#![doc(hidden)]
3
4
// for use in alloc, not re-exported in std.
5
#[rustfmt::skip]
0 commit comments