]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/moves-based-on-type-cross-crate.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / moves-based-on-type-cross-crate.rs
index abccd11d8b9812e73000e1521efae017ccfe9848..16f15804e0e927fd1e45d49fc72a3e4762953529 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast
 // aux-build:moves_based_on_type_lib.rs
 
 extern crate moves_based_on_type_lib;