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 248bef6 commit d9063b7Copy full SHA for d9063b7
appveyor.yml
@@ -26,9 +26,9 @@ test_script:
26
- set RUST_BACKTRACE=1
27
- cargo build --features debugging
28
- cargo test --features debugging
29
- - copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
30
- - cargo clippy -- -D clippy
31
- - cd clippy_lints && cargo clippy -- -D clippy && cd ..
+ #- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
+ #- cargo clippy -- -D clippy
+ #- cd clippy_lints && cargo clippy -- -D clippy && cd ..
32
33
notifications:
34
- provider: Email
0 commit comments