aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/run
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/run')
-rw-r--r--xtask/src/run/mod.rs1
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)