We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c22c59 commit 91a093fCopy full SHA for 91a093f
tests/src/derive_copy.rs
@@ -1,6 +1,7 @@
1
+#![allow(dead_code)]
2
+
3
include!(concat!(env!("OUT_DIR"), "/derive_copy.rs"));
4
-#[allow(dead_code)]
5
trait TestCopyIsImplemented: Copy {}
6
7
impl TestCopyIsImplemented for EmptyMsg {}
0 commit comments