Rollup merge of #58723 - Centril:deny-elided_lifetimes_in_paths-librustc, r=oli-obk

librustc: deny(elided_lifetimes_in_paths)

As part of the Rust 2018 transition, remove `#![allow(elided_lifetimes_in_paths)]` from `librustc`.

r? @oli-obk
This commit is contained in:
Mazdak Farrokhzad 2019-02-25 11:42:28 +01:00 committed by GitHub
commit 3f6d65ac7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,6 @@
#![recursion_limit="512"]
#![warn(elided_lifetimes_in_paths)]
#[macro_use] extern crate bitflags;
extern crate getopts;
#[macro_use] extern crate lazy_static;