mirror of https://github.com/helix-editor/helix
clippy lint
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…
Reference in New Issue