mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
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:
parent
fe01f140d8
commit
f1efe9a043
2 changed files with 0 additions and 2 deletions
|
@ -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)]
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
#![crate_name = "canvas_traits"]
|
||||
#![crate_type = "rlib"]
|
||||
#![feature(core)]
|
||||
#![feature(custom_derive)]
|
||||
#![feature(nonzero)]
|
||||
#![feature(plugin)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue