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,3 +1,5 @@
#![allow(unused)] // Because indirectly included by e.g.integration_tests.rs, but not everything inside is used
use assert_cmd::cargo::CommandCargoExt;
use std::process::Command;