We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7a2d5 commit eee0bf4Copy full SHA for eee0bf4
tests/ui/derive.rs
@@ -1,7 +1,7 @@
1
-#![feature(untagged_unions)]
2
#![allow(dead_code)]
3
#![warn(clippy::expl_impl_clone_on_copy)]
4
+
5
#[derive(Copy)]
6
struct Qux;
7
tests/ui/no_effect.rs
@@ -4,7 +4,7 @@
#![allow(path_statements)]
#![allow(clippy::deref_addrof)]
#![allow(clippy::redundant_field_names)]
8
9
struct Unit;
10
struct Tuple(i32);
0 commit comments