Make vecs implicitly copyable for all of our projects.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user