]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/generic-fn-infer.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / generic-fn-infer.rs
index 092a17bf456c9a906e4291712f9d6a5d6002f07e..2f88a54e3f5e0535bf1e51df0cd9fec312b4b60b 100644 (file)
@@ -11,7 +11,6 @@
 
 
 
-// -*- rust -*-
 
 // Issue #45: infer type parameters in function applications
 fn id<T>(x: T) -> T { return x; }