mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
clippy
This commit is contained in:
parent
5b3c7eeee3
commit
64eed62b69
3 changed files with 9 additions and 7 deletions
|
@ -107,7 +107,7 @@ fn chomp_number_dec<'a>(
|
|||
}
|
||||
}
|
||||
|
||||
fn chomp_number<'a>(mut bytes: &'a [u8]) -> (bool, usize) {
|
||||
fn chomp_number(mut bytes: &[u8]) -> (bool, usize) {
|
||||
let start_bytes_len = bytes.len();
|
||||
let mut is_float = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue