clippy lint

pull/11/head
Blaž Hrastnik 2021-04-06 20:00:35 +09:00
parent 0e9ecccfc1
commit 9dfd6f6bbc
1 changed files with 1 additions and 1 deletions

View File

@ -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)]