Skip to content

Commit eee0bf4

Browse files
committed
add array tests, cleanup, tidy, and bless
1 parent 5b7a2d5 commit eee0bf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/derive.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#![feature(untagged_unions)]
21
#![allow(dead_code)]
32
#![warn(clippy::expl_impl_clone_on_copy)]
43

4+
55
#[derive(Copy)]
66
struct Qux;
77

tests/ui/no_effect.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#![allow(path_statements)]
55
#![allow(clippy::deref_addrof)]
66
#![allow(clippy::redundant_field_names)]
7-
#![feature(untagged_unions)]
7+
88

99
struct Unit;
1010
struct Tuple(i32);

0 commit comments

Comments
 (0)