Skip to content

Commit 7c0f664

Browse files
authored
Fix typo
1 parent 17e2628 commit 7c0f664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/ffi/c_str.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ impl Borrow<CStr> for CString {
682682
fn borrow(&self) -> &CStr { self }
683683
}
684684

685-
#[stable(feature = "cstring_from_cow_cstr", since = "1.2780")]
685+
#[stable(feature = "cstring_from_cow_cstr", since = "1.28.0")]
686686
impl<'a> From<Cow<'a, CStr>> for CString {
687687
#[inline]
688688
fn from(s: Cow<'a, CStr>) -> Self {

0 commit comments

Comments
 (0)