]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-4208.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-4208.rs
index 508b4dc0b5178f17543ca8346c54599ad26f9502..c186f1e57f9a1dab6b8ef92b335f1b5a8315c275 100644 (file)
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 // aux-build:issue-4208-cc.rs
-// ignore-fast - check-fast hates cross-crate tests
 
 extern crate numeric;
 use numeric::{sin, Angle};