diff options
| author | Tatsuyuki Ishi <ishitatsuyuki@gmail.com> | 2018-07-13 14:12:58 +0900 |
|---|---|---|
| committer | Tatsuyuki Ishi <ishitatsuyuki@gmail.com> | 2018-07-25 10:25:29 +0900 |
| commit | e098985939a1ac5baef4314aee44efc9dbf1b820 (patch) | |
| tree | ea632b74c2c6b0663243e3c2072c02944f2fa6b1 /src/libfmt_macros | |
| parent | 4f1d4e4db699d674cae5dec3a8026b1388820895 (diff) | |
| download | rust-e098985939a1ac5baef4314aee44efc9dbf1b820.tar.gz rust-e098985939a1ac5baef4314aee44efc9dbf1b820.zip | |
Deny bare_trait_objects globally
Diffstat (limited to 'src/libfmt_macros')
| -rw-r--r-- | src/libfmt_macros/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libfmt_macros/lib.rs b/src/libfmt_macros/lib.rs index 9952e5f64d6..62e0ffb8b74 100644 --- a/src/libfmt_macros/lib.rs +++ b/src/libfmt_macros/lib.rs @@ -14,8 +14,6 @@ //! Parsing does not happen at runtime: structures of `std::fmt::rt` are //! generated instead. -#![deny(bare_trait_objects)] - #