add array tests, cleanup, tidy, and bless

This commit is contained in:
Ralf Jung 2022-06-30 10:17:49 -04:00
parent 5b7a2d5037
commit eee0bf459d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#![feature(untagged_unions)]
#![allow(dead_code)]
#![warn(clippy::expl_impl_clone_on_copy)]
#[derive(Copy)]
struct Qux;

View File

@ -4,7 +4,7 @@
#![allow(path_statements)]
#![allow(clippy::deref_addrof)]
#![allow(clippy::redundant_field_names)]
#![feature(untagged_unions)]
struct Unit;
struct Tuple(i32);