File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -184,11 +184,11 @@ impl fmt::Display for ThinString<Global> {
184
184
}
185
185
}
186
186
187
- impl From < & str > for ThinString < Global > {
188
- fn from ( string : & str ) -> Self {
189
- Self :: from_str_in ( string, Global )
190
- }
191
- }
187
+ // impl From<&str> for ThinString<Global> {
188
+ // fn from(string: &str) -> Self {
189
+ // Self::from_str_in(string, Global)
190
+ // }
191
+ // }
192
192
193
193
#[ cfg( feature = "std" ) ]
194
194
extern crate std;
@@ -212,11 +212,11 @@ mod ext {
212
212
}
213
213
}
214
214
215
- impl From < String > for ThinString < Global > {
216
- fn from ( string : String ) -> Self {
217
- ThinString :: from_str_in ( string. as_str ( ) , Global )
218
- }
219
- }
215
+ // impl From<String> for ThinString<Global> {
216
+ // fn from(string: String) -> Self {
217
+ // ThinString::from_str_in(string.as_str(), Global)
218
+ // }
219
+ // }
220
220
221
221
#[ cfg( test) ]
222
222
mod tests {
You can’t perform that action at this time.
0 commit comments