diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-25 09:19:20 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-02-25 09:19:20 +0100 |
| commit | 235d3ed083d31b43c0c0ebf3ca125764d495aa4a (patch) | |
| tree | 454dbf22e36f1b22d1e30c95789723c94c7065ea | |
| parent | c1911babed0364ede7dedc646dbca63fac03d5c5 (diff) | |
| download | rust-235d3ed083d31b43c0c0ebf3ca125764d495aa4a.tar.gz rust-235d3ed083d31b43c0c0ebf3ca125764d495aa4a.zip | |
librustc: deny(elided_lifetimes_in_paths)
| -rw-r--r-- | src/librustc/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc/lib.rs b/src/librustc/lib.rs index 3d79b6777fa..205ea6126fc 100644 --- a/src/librustc/lib.rs +++ b/src/librustc/lib.rs @@ -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; |
