remove some unnecessary feature gates
This commit is contained in:
parent
b666a38c50
commit
7125b86c33
2 changed files with 0 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#![feature(core_intrinsics)]
|
||||
|
||||
fn main() {
|
||||
extern "C" {
|
||||
fn malloc() -> *mut std::ffi::c_void;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
#![feature(core_intrinsics)]
|
||||
|
||||
fn main() {
|
||||
extern "C" {
|
||||
fn malloc(_: i32, _: i32) -> *mut std::ffi::c_void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue