remove some unnecessary feature gates

This commit is contained in:
Ralf Jung 2021-01-16 18:27:10 +01:00
parent b666a38c50
commit 7125b86c33
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,3 @@
#![feature(core_intrinsics)]
fn main() {
extern "C" {
fn malloc() -> *mut std::ffi::c_void;

View File

@ -1,5 +1,3 @@
#![feature(core_intrinsics)]
fn main() {
extern "C" {
fn malloc(_: i32, _: i32) -> *mut std::ffi::c_void;