clippy lint

pull/11/head
Blaž Hrastnik 4 years ago
parent 0e9ecccfc1
commit 9dfd6f6bbc

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

Loading…
Cancel
Save