Suppress warnings: feature(hash)
This commit is contained in:
parent
6937947a4a
commit
f4b6782885
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
#![crate_type = "rlib"]
|
#![crate_type = "rlib"]
|
||||||
#![crate_type = "dylib"]
|
#![crate_type = "dylib"]
|
||||||
#![feature(old_impl_check, plugin, core, std_misc)]
|
#![feature(old_impl_check, plugin, core, hash, std_misc)]
|
||||||
#![plugin(rand_macros)]
|
#![plugin(rand_macros)]
|
||||||
|
|
||||||
//! Computer graphics-centric math.
|
//! Computer graphics-centric math.
|
||||||
|
|
Loading…
Reference in a new issue