diff options
| author | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-06-11 12:50:47 +0300 |
|---|---|---|
| committer | Eduard-Mihai Burtescu <edy.burt@gmail.com> | 2019-06-11 14:11:59 +0300 |
| commit | 630ec8880cc2941a3fd178a27934dff0d46b8155 (patch) | |
| tree | 6d7f83a28dc303f9d7538d619df1e222b34d0187 /src/librustc_allocator | |
| parent | 4a219685ffd622421e5eb9609dda7a8508a478c6 (diff) | |
| download | rust-630ec8880cc2941a3fd178a27934dff0d46b8155.tar.gz rust-630ec8880cc2941a3fd178a27934dff0d46b8155.zip | |
Add deny(unused_lifetimes) to all the crates that have deny(internal).
Diffstat (limited to 'src/librustc_allocator')
| -rw-r--r-- | src/librustc_allocator/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_allocator/lib.rs b/src/librustc_allocator/lib.rs index 3aef5a76a3a..e7a70895a30 100644 --- a/src/librustc_allocator/lib.rs +++ b/src/librustc_allocator/lib.rs @@ -3,6 +3,7 @@ #![deny(rust_2018_idioms)] #![deny(internal)] +#![deny(unused_lifetimes)] pub mod expand; |
