Skip to content

Commit 94a89da

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

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-
wwwwwww#![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)