SymCC update (#656)

This commit is contained in:
Dominik Maier 2022-05-28 01:41:43 +02:00 committed by GitHub
parent c16738fd10
commit e4447364c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 45cde0269ae22aef4cca2e1fb98c3b24f7bb2984
Subproject commit 5cccc33456c48ad83008eb618e7da5d005c72d89

View File

@ -8,7 +8,7 @@ if [ "$1" != "--no-clean" ]; then
echo "[+] Cleaning up previous builds..."
cargo clean -p libafl
fi
RUST_BACKTRACE=full cargo +nightly clippy --all --all-features --tests -- -Z macro-backtrace \
RUST_BACKTRACE=full cargo +nightly clippy --all --all-features --release --tests -- -Z macro-backtrace \
-D clippy::all \
-D clippy::pedantic \
-W clippy::similar_names \