We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7c37a commit d38123eCopy full SHA for d38123e
tests/integration_tests/build/test_clippy.py
@@ -22,4 +22,4 @@ def test_rust_clippy(target):
22
"""
23
Test that clippy does not generate any errors/warnings.
24
25
- cargo("clippy", f"--target {target} --all --profile test", "-D warnings")
+ cargo("clippy", f"--target {target} --all --all-targets", "-D warnings")
0 commit comments