mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-10 17:21:34 +00:00
remove unused import from coverage example (#799)
This commit is contained in:
parent
c570f55088
commit
5135aa1a27
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user