Skip to content

Commit 69aaa41

Browse files
committed
rustc: Fix buf_as_slice export
1 parent 5cd9d4d commit 69aaa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,7 @@ mod raw {
20462046
from_c_str,
20472047
from_c_str_len,
20482048
from_bytes,
2049-
form_slice,
2049+
buf_as_slice,
20502050
slice_bytes,
20512051
view_bytes,
20522052
push_byte,

0 commit comments

Comments
 (0)