Skip to content

Fix "error: this range is empty so it will yield no values"

Marc-André Lureau requested to merge elmarco/zbus:clippy-empty-range into master

Fix clippy warning: --> zvariant/src/type.rs:167:30 | 167 | for _ in 0..$len { | ^ ... 179 | / array_impls! { 180 | | 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 181 | | } | |_- in this macro invocation

Merge request reports