Skip to content

Commit f4a78e0

Browse files
what...
1 parent 1104c0d commit f4a78e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/alloc/src/string.rs

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
4343
#![stable(feature = "rust1", since = "1.0.0")]
4444

45+
use core::char::MAX_LEN_UTF8;
4546
use core::error::Error;
4647
use core::fmt;
4748
use core::hash;

0 commit comments

Comments
 (0)