mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-02 19:32:25 +01:00
chore: address all cargo clippy
lints
* also do a bit of a doc cleanup for the `load_from_folder` fn
This commit is contained in:
committed by
Martin Nordholts
parent
d9fbd18541
commit
503c50b1ec
@@ -320,7 +320,7 @@ fn read_utf16_line<R: BufRead>(
|
||||
}
|
||||
// end of line not found, keep going
|
||||
}
|
||||
return Ok(!buf.is_empty());
|
||||
Ok(!buf.is_empty())
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user