Auto merge of #1678 - RalfJung:features, r=RalfJung

remove some unnecessary feature gates
This commit is contained in:
bors 2021-01-16 20:57:00 +00:00
commit 7e3af26d66
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;