mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-09 15:18:17 +01:00
9c16571347
To trigger/verify the changed code, run bat --list-languages # or -L This is the last clippy warning in the code that you get if you run cargo clippy --all-targets --all-features -- --allow clippy::style so by fixing it it becomes easier to spot when a new warning is introduced (that does not belong to the clippy category clippy::style). And by making it easy to spot new warnings, we increase chance of such regressions not ending up in the code base. |
||
---|---|---|
.. | ||
bin/bat | ||
assets_metadata.rs | ||
assets.rs | ||
config.rs | ||
controller.rs | ||
decorations.rs | ||
diff.rs | ||
error.rs | ||
input.rs | ||
less.rs | ||
lib.rs | ||
line_range.rs | ||
macros.rs | ||
output.rs | ||
paging.rs | ||
preprocessor.rs | ||
pretty_printer.rs | ||
printer.rs | ||
style.rs | ||
syntax_mapping.rs | ||
terminal.rs | ||
wrapping.rs |