From 6f3a80e4117af4e2c167101fb4fdba35d3e1f7eb Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 16 Jan 2015 22:33:24 -0800 Subject: Set allow(unstable) in crates that use unstable features Lets them build with the -dev, -nightly, or snapshot compiler --- src/libserialize/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libserialize') diff --git a/src/libserialize/lib.rs b/src/libserialize/lib.rs index 70aac61b6bf..b24e1bd685f 100644 --- a/src/libserialize/lib.rs +++ b/src/libserialize/lib.rs @@ -28,6 +28,7 @@ Core encoding and decoding interfaces. #![feature(old_impl_check)] #![feature(slicing_syntax)] #![allow(unknown_features)] #![feature(int_uint)] +#![allow(unstable)] // test harness access #[cfg(test)] extern crate test; -- cgit 1.4.1-3-g733a5