We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47d38e commit dbedb1dCopy full SHA for dbedb1d
src/cow.rs
@@ -3,7 +3,8 @@
3
extern crate alloc;
4
5
use crate::len_type::LenType;
6
-use crate::{CapacityError, String, StringView};
+use crate::string::StringView;
7
+use crate::String;
8
use core::borrow::Borrow;
9
10
/// A clone-on-write (COW) string type for heapless.
0 commit comments