1
Fork 0

fix 'since' version number

Co-authored-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Nathan Stocks 2021-10-20 15:36:55 -06:00 committed by GitHub
parent 86b3dd9e0a
commit 39af41ed65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@
#[stable(feature = "cstr_from_bytes", since = "1.10.0")]
pub use self::c_str::FromBytesWithNulError;
#[stable(feature = "cstring_from_vec_with_nul", since = "1.57.0")]
#[stable(feature = "cstring_from_vec_with_nul", since = "1.58.0")]
pub use self::c_str::FromVecWithNulError;
#[stable(feature = "rust1", since = "1.0.0")]
pub use self::c_str::{CStr, CString, IntoStringError, NulError};