diff options
author | Stephan Dilly <dilly.stephan@gmail.com> | 2021-05-09 13:15:00 +0200 |
---|---|---|
committer | Stephan Dilly <dilly.stephan@gmail.com> | 2021-05-09 13:15:00 +0200 |
commit | 43d125b909b6618601c022fc46c8a86582d1dd39 (patch) | |
tree | f041c7bf6fa79df911d5da86fa2dcc0ed2e7b5e2 /Makefile | |
parent | 386a31067f956329aa64203c8f19c3737392a3a3 (diff) |
make sure clippy runs on workspace
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |