File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -1352,26 +1352,6 @@ impl Default for &OsStr {
1352
1352
}
1353
1353
}
1354
1354
1355
- #[ stable( feature = "more_rc_default_impls" , since = "CURRENT_RUSTC_VERSION" ) ]
1356
- impl Default for Arc < OsStr > {
1357
- /// Creates an empty OsStr inside an Arc
1358
- #[ inline]
1359
- fn default ( ) -> Self {
1360
- let os_str: & OsStr = Default :: default ( ) ;
1361
- Arc :: from ( os_str)
1362
- }
1363
- }
1364
-
1365
- #[ stable( feature = "more_rc_default_impls" , since = "CURRENT_RUSTC_VERSION" ) ]
1366
- impl Default for Rc < OsStr > {
1367
- /// Creates an empty OsStr inside an Rc
1368
- #[ inline]
1369
- fn default ( ) -> Self {
1370
- let os_str: & OsStr = Default :: default ( ) ;
1371
- Rc :: from ( os_str)
1372
- }
1373
- }
1374
-
1375
1355
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1376
1356
impl PartialEq for OsStr {
1377
1357
#[ inline]
You can’t perform that action at this time.
0 commit comments