remove the "core" feature from canvas

The core feature is marked as stable. This commit removes the usage
of this feature.
This commit is contained in:
Roman Klauke 2015-12-10 20:21:10 +01:00
parent fe01f140d8
commit f1efe9a043
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
#![crate_name = "canvas_traits"]
#![crate_type = "rlib"]
#![feature(core)]
#![feature(custom_derive)]
#![feature(nonzero)]
#![feature(plugin)]