mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 12:33:14 +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)]
|
#![allow(dead_code)]
|
||||||
#![warn(clippy::expl_impl_clone_on_copy)]
|
#![warn(clippy::expl_impl_clone_on_copy)]
|
||||||
|
|
||||||
|
|
||||||
#[derive(Copy)]
|
#[derive(Copy)]
|
||||||
struct Qux;
|
struct Qux;
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#![allow(path_statements)]
|
#![allow(path_statements)]
|
||||||
#![allow(clippy::deref_addrof)]
|
#![allow(clippy::deref_addrof)]
|
||||||
#![allow(clippy::redundant_field_names)]
|
#![allow(clippy::redundant_field_names)]
|
||||||
#![feature(untagged_unions)]
|
|
||||||
|
|
||||||
struct Unit;
|
struct Unit;
|
||||||
struct Tuple(i32);
|
struct Tuple(i32);
|
||||||
|
Loading…
Reference in New Issue
Block a user