all: fix clippy lints
This commit is contained in:
parent
82a62e3fd9
commit
0b46391789
2 changed files with 2 additions and 1 deletions
|
|
@ -393,6 +393,7 @@ pub fn rects_to_bands(rects_tmp: &[RectRaw]) -> Container {
|
|||
let mut res = Container::new();
|
||||
|
||||
for &[y1, y2] in ys.array_windows_ext::<2>() {
|
||||
#[allow(clippy::never_loop)]
|
||||
loop {
|
||||
macro_rules! check_rect {
|
||||
($rect:expr) => {{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue