clippy lint
This commit is contained in:
parent
0e9ecccfc1
commit
9dfd6f6bbc
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ where
|
|||
}
|
||||
*pos = pos.saturating_sub(1);
|
||||
}
|
||||
return fun(slice.char(*pos));
|
||||
fun(slice.char(*pos))
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Add table
Reference in a new issue