summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2024-02-21 02:39:22 +0800
committerGitHub <noreply@github.com>2024-02-20 19:39:22 +0100
commit6a6b02117b577df90c483aac406952a3814462da (patch)
tree391e1ee7b86886a86c9a66132ac70745f57d2e7a /tests
parent1b9fc1d5afcbf743cb26ee50c62834cfa777f15c (diff)
Apply clippy fixes (#2864)
* Apply clippy fixes * Write changelog
Diffstat (limited to 'tests')
-rw-r--r--tests/tester/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tester/mod.rs b/tests/tester/mod.rs
index 8ddea11f..c4e916a6 100644
--- a/tests/tester/mod.rs
+++ b/tests/tester/mod.rs
@@ -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",