mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 14:22:26 +00:00
clear up some warnings in tests.
This commit is contained in:
parent
031a0350ca
commit
5f4717633d
@ -1,4 +1,5 @@
|
|||||||
#![allow(clippy::disallowed_names)]
|
#![allow(clippy::disallowed_names)]
|
||||||
|
#![allow(dead_code)]
|
||||||
|
|
||||||
//! Cargo miri doesn't run doctests yet, so we duplicate these here. It's
|
//! Cargo miri doesn't run doctests yet, so we duplicate these here. It's
|
||||||
//! probably not that important to sweat keeping these perfectly up to date, but
|
//! probably not that important to sweat keeping these perfectly up to date, but
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#![allow(clippy::uninlined_format_args)]
|
#![allow(clippy::uninlined_format_args)]
|
||||||
|
#![allow(unused_imports)]
|
||||||
//! The integration tests seem to always have `std` linked, so things that would
|
//! The integration tests seem to always have `std` linked, so things that would
|
||||||
//! depend on that can go here.
|
//! depend on that can go here.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user