We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a89da commit f263de4Copy full SHA for f263de4
library/alloc/src/raw_vec.rs
@@ -1,4 +1,4 @@
1
-[unstable(feature = "raw_vec_internals", reason = "implementation detail", issue = "none")]
+#![unstable(feature = "raw_vec_internals", reason = "implementation detail", issue = "none")]
2
#![doc(hidden)]
3
4
use core::alloc::LayoutError;
0 commit comments