Commit 0638c8d7 authored by Steven Fackler's avatar Steven Fackler
Browse files

Merge pull request #151 from gkoz/std_stability_warns

Declare the use of unstable libstd APIs
parents 89c3eaf4 2bcd67f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#![allow(unstable)]
#![feature(core, collections, os)]

extern crate "pkg-config" as pkg_config;

+2 −1
Original line number Diff line number Diff line
#![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;