We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf46fb1 commit 6697b0dCopy full SHA for 6697b0d
src/test/ui/or-patterns/macro-pat.rs
@@ -3,6 +3,7 @@
3
4
use Foo::*;
5
6
+#[allow(dead_code)]
7
#[derive(Eq, PartialEq, Debug)]
8
enum Foo {
9
A(u64),
0 commit comments