Allow missing_copy_implementations

This commit is contained in:
Matthew Rasmus 2015-01-07 19:23:23 -08:00
parent dc72119998
commit a3fc3a1581
15 changed files with 15 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#![deny(unused_imports)]
#![deny(unused_variables)]
#![allow(missing_copy_implementations)]
extern crate collections;
extern crate geom;