fix clippy in CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
LordMZTE 2021-06-22 14:06:36 +02:00
parent 48d479973b
commit d0577cc66f

View file

@ -13,6 +13,7 @@ steps:
commands:
- apt update
- apt install -y cmake
- rustup component add clippy
- cargo clippy
---