remove unused import from coverage example (#799)

This commit is contained in:
bmc-msft 2021-04-13 17:36:36 -04:00 committed by GitHub
parent c570f55088
commit 5135aa1a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
use std::{path::PathBuf, process::Command, process::Stdio};
use std::{process::Command, process::Stdio};
use anyhow::Result;
use coverage::code::{CmdFilter, CmdFilterDef};