mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix warnings in canvas.
This commit is contained in:
parent
19a8f24e8b
commit
5e999c7d40
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* 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/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
|
#![feature(core)]
|
||||||
|
|
||||||
#![allow(missing_copy_implementations)]
|
#![allow(missing_copy_implementations)]
|
||||||
#![allow(unstable)]
|
|
||||||
|
|
||||||
extern crate azure;
|
extern crate azure;
|
||||||
extern crate geom;
|
extern crate geom;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue