]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-19129-2.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-19129-2.rs
index aeaf5e3764459466139e5fc488a35f04bcb1cd5b..d6b3a1908b82d6cb78b2619126ac7e56191199ef 100644 (file)
@@ -8,8 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(associated_types)]
-
 trait Trait<Input> {
     type Output;