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 @@
#![crate_type = "rlib"]
#![allow(non_snake_case)]
#![allow(missing_copy_implementations)]
#![feature(phase)]