datahaven/operator/runtime/common
Gonza Montiel 5e0ad4a59c
style(node): 🎨 fix cargo clippy (#30)
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.
2025-04-04 16:14:05 +02:00
..
src style(node): 🎨 fix cargo clippy (#30) 2025-04-04 16:14:05 +02:00
Cargo.toml build: 🏗️ DataHaven operator setup (#6) 2025-03-17 17:57:14 +01:00