Yuri Astrakhan
|
503c50b1ec
|
chore: address all cargo clippy lints
* also do a bit of a doc cleanup for the `load_from_folder` fn
|
2025-08-19 05:22:47 +02:00 |
|
Aleksey Kladov
|
35347c2310
|
Improve readability
Using `Path`s for paths expresses intent more clearly.
|
2021-03-07 14:59:10 +01:00 |
|
sharkdp
|
cd7be018fe
|
Fix clippy suggestion: .or_else(|| Some(…)) => .or(Some(…))
|
2021-01-09 19:43:39 +01:00 |
|
Ethan P
|
9d08c0102e
|
Replace Input::stdin_as_file with bat-application functions
|
2020-05-29 22:13:10 +02:00 |
|