Merge branch 'master' into fix-176-win-maxpath

This commit is contained in:
Stephan Dilly 2021-05-09 13:15:12 +02:00
commit e39fb47265

View file

@ -46,7 +46,7 @@ fmt:
clippy:
touch src/main.rs
cargo clean -p gitui -p asyncgit -p scopetime
cargo clippy --all-features
cargo clippy --workspace --all-features
clippy-nightly:
touch src/main.rs