Suppress warnings: feature(hash)

This commit is contained in:
Hyeon Kim 2015-02-12 01:02:09 +09:00
parent 6937947a4a
commit f4b6782885

View file

@ -15,7 +15,7 @@
#![crate_type = "rlib"]
#![crate_type = "dylib"]
#![feature(old_impl_check, plugin, core, std_misc)]
#![feature(old_impl_check, plugin, core, hash, std_misc)]
#![plugin(rand_macros)]
//! Computer graphics-centric math.