mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +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
|
result_into_ok_or_err
|
||||||
)]
|
)]
|
||||||
#![allow(dead_code, unused_variables)]
|
#![allow(dead_code, unused_variables)]
|
||||||
|
#![deny(rustc::untranslatable_diagnostic)]
|
||||||
|
#![deny(rustc::diagnostic_outside_of_impl)]
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate tracing;
|
extern crate tracing;
|
||||||
|
Loading…
Reference in New Issue
Block a user