mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 05:51:58 +00:00
ADD - diagnostic lints to rustc_transmute
Module is complete because it has zero diagnostics.
This commit is contained in:
parent
4b695f7c4e
commit
c835d9c0d2
@ -7,6 +7,8 @@
|
||||
result_into_ok_or_err
|
||||
)]
|
||||
#![allow(dead_code, unused_variables)]
|
||||
#![deny(rustc::untranslatable_diagnostic)]
|
||||
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||
|
||||
#[macro_use]
|
||||
extern crate tracing;
|
||||
|
Loading…
Reference in New Issue
Block a user