1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 10:52:24 +01:00

Apply clippy fixes (#2864)

* Apply clippy fixes

* Write changelog
This commit is contained in:
cyqsimon
2024-02-21 02:39:22 +08:00
committed by GitHub
parent 1b9fc1d5af
commit 6a6b02117b
3 changed files with 17 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ impl BatTester {
pub fn test_snapshot(&self, name: &str, style: &str) {
let output = Command::new(&self.exe)
.current_dir(self.temp_dir.path())
.args(&[
.args([
"sample.rs",
"--no-config",
"--paging=never",