Remove Backend trait (#6407)

This commit is contained in:
TristanDebrunner
2019-10-17 15:19:27 -06:00
committed by GitHub
parent d865f1f0c5
commit 9e52d11ad0
7 changed files with 527 additions and 624 deletions

View File

@@ -19,7 +19,7 @@ _ cargo +"$rust_stable" clippy --all --exclude solana-sdk-c -- --deny=warnings
_ cargo +"$rust_stable" clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings
_ cargo +"$rust_stable" audit --version
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013
_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015
_ ci/nits.sh
_ ci/order-crates-for-publishing.py
_ book/build.sh