Skip to content

Commit f263de4

Browse files
committed
fix "imaginary cat on keyboard" moment
1 parent 94a89da commit f263de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/raw_vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[unstable(feature = "raw_vec_internals", reason = "implementation detail", issue = "none")]
1+
#![unstable(feature = "raw_vec_internals", reason = "implementation detail", issue = "none")]
22
#![doc(hidden)]
33

44
use core::alloc::LayoutError;

0 commit comments

Comments
 (0)