diff options
| author | ljedrz <ljedrz@gmail.com> | 2018-07-11 10:19:54 +0200 |
|---|---|---|
| committer | ljedrz <ljedrz@gmail.com> | 2018-07-11 10:19:54 +0200 |
| commit | 217f8fbd4512ebe94fb021ee564ea6c6dae6a919 (patch) | |
| tree | 3287c0e80c7f60c13d56be5b2212e15de863c632 /src/liballoc/lib.rs | |
| parent | cd44b3ddaddf22ef3c3b00f31491c660b851f8ee (diff) | |
| download | rust-217f8fbd4512ebe94fb021ee564ea6c6dae6a919.tar.gz rust-217f8fbd4512ebe94fb021ee564ea6c6dae6a919.zip | |
Revert borked changes in last commit.
Diffstat (limited to 'src/liballoc/lib.rs')
| -rw-r--r-- | src/liballoc/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs index ef619527e06..63cf01a0fac 100644 --- a/src/liballoc/lib.rs +++ b/src/liballoc/lib.rs @@ -72,6 +72,7 @@ test(no_crate_inject, attr(allow(unused_variables), deny(warnings))))] #![no_std] #![needs_allocator] +#![deny(bare_trait_objects)] #![deny(missing_debug_implementations)] #![cfg_attr(test, allow(deprecated))] // rand |
