diff options
Diffstat (limited to 'xtask/src/run')
| -rw-r--r-- | xtask/src/run/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/run/mod.rs b/xtask/src/run/mod.rs index 035dc7a..ac35f5c 100644 --- a/xtask/src/run/mod.rs +++ b/xtask/src/run/mod.rs @@ -279,6 +279,7 @@ pub fn cargo_clippy<'c>( package: Some(package.name()), target: target.into(), features, + deny_warnings: true, }; (globals, command, false) |
