Fix invalid stability attribute features in standard library
This commit is contained in:
parent
9853f6132f
commit
67ea7986c7
2 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
//! match those defined by C, so that code that interacts with C will
|
||||
//! refer to the correct types.
|
||||
|
||||
#![stable(feature = "", since = "1.30.0")]
|
||||
#![stable(feature = "core_ffi", since = "1.30.0")]
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
use crate::fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue