Fix warnings in canvas.

This commit is contained in:
Ms2ger 2015-02-13 10:40:04 +01:00
parent 19a8f24e8b
commit 5e999c7d40

View file

@ -2,8 +2,9 @@
* 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)]
#![allow(missing_copy_implementations)]
#![allow(unstable)]
extern crate azure;
extern crate geom;