1
Fork 0

Deny explicit_outlives_requirements in the compiler

This commit is contained in:
Matthew Jasper 2019-06-22 17:13:19 +01:00
parent 305930cffe
commit d0311e7154
13 changed files with 11 additions and 16 deletions

View file

@ -24,7 +24,6 @@
#![deny(rust_2018_idioms)]
#![deny(internal)]
#![deny(unused_lifetimes)]
#![allow(explicit_outlives_requirements)]
use back::write::{create_target_machine, create_informational_target_machine};
use syntax_pos::symbol::Symbol;