Refactor variable dependency code (#350)

This commit is contained in:
Denis Isidoro 2020-04-20 18:29:48 -03:00 committed by GitHub
parent a78044fec7
commit cc2007c674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 43 deletions

View file

@ -7,7 +7,7 @@ source "${NAVI_HOME}/scripts/install"
cd "$NAVI_HOME"
header "Cargo nighly fix..."
cargo +nightly fix --clippy -Z unstable-options || true
cargo +nightly clippy --fix -Z unstable-options || true
header "Cargo fix..."
cargo fix || true