File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -522,14 +522,14 @@ impl ToOwned for CStr {
522
522
}
523
523
}
524
524
525
- #[ unstable ( feature = "cstring_asref" , reason = "recently added" , issue = " 0") ]
525
+ #[ stable ( feature = "cstring_asref" , since = "1.7. 0" ) ]
526
526
impl < ' a > From < & ' a CStr > for CString {
527
527
fn from ( s : & ' a CStr ) -> CString {
528
528
s. to_owned ( )
529
529
}
530
530
}
531
531
532
- #[ unstable ( feature = "cstring_asref" , reason = "recently added" , issue = " 0") ]
532
+ #[ stable ( feature = "cstring_asref" , since = "1.7. 0" ) ]
533
533
impl ops:: Index < ops:: RangeFull > for CString {
534
534
type Output = CStr ;
535
535
@@ -539,14 +539,14 @@ impl ops::Index<ops::RangeFull> for CString {
539
539
}
540
540
}
541
541
542
- #[ unstable ( feature = "cstring_asref" , reason = "recently added" , issue = " 0") ]
542
+ #[ stable ( feature = "cstring_asref" , since = "1.7. 0" ) ]
543
543
impl AsRef < CStr > for CStr {
544
544
fn as_ref ( & self ) -> & CStr {
545
545
self
546
546
}
547
547
}
548
548
549
- #[ unstable ( feature = "cstring_asref" , reason = "recently added" , issue = " 0") ]
549
+ #[ stable ( feature = "cstring_asref" , since = "1.7. 0" ) ]
550
550
impl AsRef < CStr > for CString {
551
551
fn as_ref ( & self ) -> & CStr {
552
552
self
You can’t perform that action at this time.
0 commit comments