Skip to content

Commit 753aa7a

Browse files
committed
fix no default features test
1 parent f6b8694 commit 753aa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/encoding.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ mod sealed {
907907
}
908908
}
909909

910-
impl Newable for String {
910+
impl Newable for alloc::string::String {
911911
fn new() -> Self {
912912
Default::default()
913913
}

0 commit comments

Comments
 (0)