Remove the "linked_from" feature.

This commit is contained in:
Vadim Chugunov 2016-12-01 15:21:59 -08:00
parent 13477c77bf
commit a9a6f8c8ed
7 changed files with 5 additions and 56 deletions

View file

@ -27,7 +27,7 @@
#![feature(concat_idents)]
#![feature(libc)]
#![feature(link_args)]
#![feature(linked_from)]
#![cfg_attr(stage0, feature(linked_from))]
#![feature(staged_api)]
extern crate libc;