mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-24 09:50:01 +00:00
I noticed `cargo clippy` was failing in CI, I fixed it. I still think we should tweak the lints. For example, clippy complains at things like `1 * HOURS ` because it's redundant to multiply by 1, buy maybe we want it explicitly that way, so it's more evident it can be changed. In this PR I don't tweak the rule but try to make clippy happy. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||