Skip to content

Commit 39af41e

Browse files
CleanCutJohnTitor
andauthored
fix 'since' version number
Co-authored-by: Yuki Okushi <[email protected]>
1 parent 86b3dd9 commit 39af41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/ffi/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145

146146
#[stable(feature = "cstr_from_bytes", since = "1.10.0")]
147147
pub use self::c_str::FromBytesWithNulError;
148-
#[stable(feature = "cstring_from_vec_with_nul", since = "1.57.0")]
148+
#[stable(feature = "cstring_from_vec_with_nul", since = "1.58.0")]
149149
pub use self::c_str::FromVecWithNulError;
150150
#[stable(feature = "rust1", since = "1.0.0")]
151151
pub use self::c_str::{CStr, CString, IntoStringError, NulError};

0 commit comments

Comments
 (0)