Make vecs implicitly copyable for all of our projects.

This commit is contained in:
Michael Sullivan
2012-06-04 18:34:24 -07:00
parent 01a6c713c3
commit 6396e2c3c3
10 changed files with 17 additions and 2 deletions

View File

@@ -11,6 +11,8 @@
#[no_core];
#[warn(no_vecs_not_implicitly_copyable)];
use core(vers = "0.2");
use std(vers = "0.2");
use rustc(vers = "0.2");