Deny unused_lifetimes
through rustbuild
This commit is contained in:
parent
434152157f
commit
676d282dd3
38 changed files with 23 additions and 59 deletions
|
@ -210,6 +210,7 @@
|
|||
#![warn(missing_debug_implementations)]
|
||||
#![deny(intra_doc_link_resolution_failure)] // rustdoc is run without -D warnings
|
||||
#![allow(explicit_outlives_requirements)]
|
||||
#![allow(unused_lifetimes)]
|
||||
|
||||
// Tell the compiler to link to either panic_abort or panic_unwind
|
||||
#![needs_panic_runtime]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue