You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/src
Martin Nordholts ed09f90e5e Fix all lints that are new with Rust 1.54
They are all of the following type:
https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
3 years ago
..
bin/bat Fix all lints that are new with Rust 1.54 3 years ago
assets.rs Fix all lints that are new with Rust 1.54 3 years ago
assets_metadata.rs Make 'build-assets' an optional capability for application 3 years ago
config.rs Make 'build-assets' an optional capability for application 3 years ago
controller.rs Fix all lints that are new with Rust 1.54 3 years ago
decorations.rs Reduce public API 4 years ago
diff.rs Improve readability 3 years ago
error.rs Make 'build-assets' an optional capability for application 3 years ago
input.rs Fix all lints that are new with Rust 1.54 3 years ago
less.rs Fix for Windows: do not run binaries from CWD 3 years ago
lib.rs Make 'build-assets' an optional capability for application 3 years ago
line_range.rs Fix some clippy lints 4 years ago
macros.rs Introduce bat_warning! helper macro 3 years ago
output.rs Fix for Windows: do not run binaries from CWD 3 years ago
pager.rs Refactor "Use `matches` macro" 3 years ago
paging.rs Move PagingMode to separate module 4 years ago
preprocessor.rs replace_nonprintable: Keep \n around 4 years ago
pretty_printer.rs HighlightingAssets: Make .syntaxes() and syntax_for_file_name() failable 3 years ago
printer.rs Fix all lints that are new with Rust 1.54 3 years ago
style.rs style: add component 'rule' for horizontal file delimiter 4 years ago
syntax_dependencies.rs Add code for analyzing dependencies between syntaxes 3 years ago
syntax_mapping.rs Fix broken resolv.conf highlighting 3 years ago
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 3 years ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 3 years ago