Allow unstable items.

Some of them don't have any stable equivalent yet.
This commit is contained in:
Sébastien Crozet 2015-01-09 22:48:59 +01:00
parent 4b47b1e98a
commit 53c80bc72b
2 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,7 @@ Feel free to add your project to this list if you happen to use **nalgebra**!
#![deny(non_upper_case_globals)]
#![deny(unused_qualifications)]
#![deny(unused_results)]
// #![allow(unstable)]
#![allow(unstable)]
#![warn(missing_docs)]
#![feature(old_orphan_check)]
#![feature(unboxed_closures)]

View File

@ -1,6 +1,7 @@
//! Assertion macro tests
#![feature(plugin)]
#![allow(unstable)]
#[plugin]
#[macro_use]