fix 'since' version number
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
86b3dd9e0a
commit
39af41ed65
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue