Declare the use of unstable libstd APIs

This commit is contained in:
Gleb Kozyrev 2015-02-01 14:53:51 +02:00
parent 89c3eaf483
commit 2bcd67f568
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#![allow(unstable)]
#![feature(core, collections, os)]
extern crate "pkg-config" as pkg_config;

View File

@ -1,5 +1,6 @@
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
#![allow(dead_code, unstable)]
#![allow(dead_code)]
#![feature(core, io, libc, os, path, std_misc)]
extern crate libc;