Remove unused compiler_builtins_lib feature

This commit is contained in:
David Tolnay 2018-04-07 19:20:51 -07:00
parent 5653e5b15c
commit 3e535325e1
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -6,7 +6,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![feature(lang_items, start, compiler_builtins_lib)]
#![feature(lang_items, start)]
#![no_std]
extern crate libc;