mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Refactor variable dependency code (#350)
This commit is contained in:
parent
a78044fec7
commit
cc2007c674
2 changed files with 25 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue