8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./mach clippy -p
--features
For example, ./mach clippy -r -p script --features webgpu invokes cargo clippy without --features webgpu.
./mach clippy -r -p script --features webgpu
cargo clippy
--features webgpu
For some reason, features are only used when you don't specify -p:
-p
servo/python/servo/command_base.py
Lines 817 to 831 in cf3ad2d
That seems quite unexpected?
The text was updated successfully, but these errors were encountered:
This comes from #29808. @mrobinson
Sorry, something went wrong.
No branches or pull requests
For example,
./mach clippy -r -p script --features webgpu
invokescargo clippy
without--features webgpu
.For some reason, features are only used when you don't specify
-p
:servo/python/servo/command_base.py
Lines 817 to 831 in cf3ad2d
That seems quite unexpected?
The text was updated successfully, but these errors were encountered: