Skip to content

Commit 8af9334

Browse files
authored
Rollup merge of rust-lang#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
2 parents 6403e0e + 235d3ed commit 8af9334

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262

6363
#![recursion_limit="512"]
6464

65-
#![warn(elided_lifetimes_in_paths)]
66-
6765
#[macro_use] extern crate bitflags;
6866
extern crate getopts;
6967
#[macro_use] extern crate lazy_static;

0 commit comments

Comments
 (0)