]> the.earth.li Git - mqttdeck.git/commit
Switch to is_empty() over len() == 0
authorJonathan McDowell <noodles@earth.li>
Sat, 26 Apr 2025 17:41:44 +0000 (18:41 +0100)
committerJonathan McDowell <noodles@earth.li>
Sat, 26 Apr 2025 17:41:44 +0000 (18:41 +0100)
commita7868abe2f98a6b21ef3cbcf9db8705d19c9652a
tree2ffebfeb560e5e454c07c93ae969a9238fa26a48
parent17f9cc094fb88ace15d06272d73421f17337a73b
Switch to is_empty() over len() == 0

Pointed out by clippy.
src/main.rs