Skip to content

Commit

Permalink
remove the "core" feature from canvas
Browse files Browse the repository at this point in the history
The core feature is marked as stable. This commit removes the usage
of this feature.
  • Loading branch information
r-52 committed Dec 10, 2015
1 parent fe01f14 commit f1efe9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/canvas/lib.rs
Expand Up @@ -2,7 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#![feature(core)]
#![feature(nonzero)]
#![feature(slice_bytes)]
#![feature(vec_push_all)]
Expand Down
1 change: 0 additions & 1 deletion components/canvas_traits/lib.rs
Expand Up @@ -4,7 +4,6 @@

#![crate_name = "canvas_traits"]
#![crate_type = "rlib"]
#![feature(core)]
#![feature(custom_derive)]
#![feature(nonzero)]
#![feature(plugin)]
Expand Down

0 comments on commit f1efe9a

Please sign in to comment.