Remove unused code

This commit is contained in:
flip1995 2018-08-22 17:47:54 +02:00
parent f969cf2cb6
commit efeed9aefc
No known key found for this signature in database
GPG key ID: ECF9412261FAA470
2 changed files with 0 additions and 11 deletions

View file

@ -3,11 +3,8 @@ environment:
PROJECT_NAME: rust-clippy
matrix:
#- TARGET: i686-pc-windows-gnu
# MSYS2_BITS: 32
#- TARGET: i686-pc-windows-msvc
# MSYS2_BITS: 32
#- TARGET: x86_64-pc-windows-gnu
# MSYS2_BITS: 64
- TARGET: x86_64-pc-windows-msvc
MSYS2_BITS: 64
@ -31,9 +28,6 @@ test_script:
- set RUST_BACKTRACE=1
- cargo build --features debugging
- cargo test --features debugging
#- copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
#- cargo clippy -- -D clippy
#- cd clippy_lints && cargo clippy -- -D clippy && cd ..
notifications:
- provider: Email

View file

@ -1,5 +0,0 @@
#!/bin/sh
rm -rf target*/*so
cargo build --lib && cp -R target target_recur && cargo rustc --lib -- -Zextra-plugins=clippy -Ltarget_recur/debug -Dclippy_pedantic -Dclippy || exit 1
rm -rf target_recur