clippy lint

imgbot
Blaž Hrastnik 3 years ago
parent 0e9ecccfc1
commit 9dfd6f6bbc

@ -230,7 +230,7 @@ where
} }
*pos = pos.saturating_sub(1); *pos = pos.saturating_sub(1);
} }
return fun(slice.char(*pos)); fun(slice.char(*pos))
} }
#[cfg(test)] #[cfg(test)]

Loading…
Cancel
Save