mirror of
https://github.com/sharkdp/bat
synced 2026-07-26 17:31:42 +00: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
+1
-1
@@ -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