Skip to content

Commit

Permalink
Rollup merge of #58723 - Centril:deny-elided_lifetimes_in_paths-libru…
Browse files Browse the repository at this point in the history
…stc, 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
  • Loading branch information
Centril committed Feb 25, 2019
2 parents 5c64d66 + 235d3ed commit 30aff30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 30aff30

Please sign in to comment.