1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 19:32:25 +01:00

Try to fix all warnings

This commit is contained in:
Martin Nordholts
2022-09-04 21:30:14 +02:00
parent bc2dc0796b
commit 799bb1639c
3 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
use assert_cmd::cargo::CommandCargoExt;
use predicates::boolean::PredicateBooleanExt;
use predicates::{prelude::predicate, str::PredicateStrExt};
use serial_test::serial;