Skip to content

Commit 06ed736

Browse files
halcyonetsmoelius
authored andcommitted
Refactor import statements in transition.rs to remove unnecessary env import
1 parent dd090be commit 06ed736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-test-fuzz/src/bin/cargo_test_fuzz/transition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use super::Object;
22
use anyhow::Result;
33
use clap::{crate_version, ArgAction, Parser};
44
use serde::{Deserialize, Serialize};
5-
use std::{env, ffi::OsStr};
5+
use std::ffi::OsStr;
66

77
#[derive(Debug, Parser)]
88
#[command(bin_name = "cargo")]

0 commit comments

Comments
 (0)