mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-31 09:04:18 +00:00
add array tests, cleanup, tidy, and bless
This commit is contained in:
parent
5b7a2d5037
commit
eee0bf459d
@ -1,7 +1,7 @@
|
||||
#![feature(untagged_unions)]
|
||||
#![allow(dead_code)]
|
||||
#![warn(clippy::expl_impl_clone_on_copy)]
|
||||
|
||||
|
||||
#[derive(Copy)]
|
||||
struct Qux;
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#![allow(path_statements)]
|
||||
#![allow(clippy::deref_addrof)]
|
||||
#![allow(clippy::redundant_field_names)]
|
||||
#![feature(untagged_unions)]
|
||||
|
||||
|
||||
struct Unit;
|
||||
struct Tuple(i32);
|
||||
|
Loading…
Reference in New Issue
Block a user