diff options
| author | Amos Wenger <amoswenger@gmail.com> | 2022-07-20 14:59:42 +0200 |
|---|---|---|
| committer | Amos Wenger <amoswenger@gmail.com> | 2022-07-20 15:00:17 +0200 |
| commit | 23d25a3094ec89fca610cd2e0d3434e36a4f11ab (patch) | |
| tree | af5aaece63ce6283a51de28dfbc868050dc1c4db /xtask | |
| parent | 0ded8e734f0280e407f8e22f8c6895cb1dda69be (diff) | |
Enable extra warnings required by rust-lang/rust
Diffstat (limited to 'xtask')
| -rw-r--r-- | xtask/src/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index df726dc23cb..335ac324a57 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -7,6 +7,9 @@ //! //! This binary is integrated into the `cargo` command line by using an alias in //! `.cargo/config`. + +#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)] + mod flags; mod install; |
