ADD - diagnostic lints to rustc_transmute
Module is complete because it has zero diagnostics.
This commit is contained in:
parent
4b695f7c4e
commit
c835d9c0d2
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue