mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
fix: Fix latest clippy suggestions (#1136)
Have removed some imports that Clippy says are not needed anymore.
This commit is contained in:
@@ -3,7 +3,6 @@ use std::fs;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::process::Command;
|
||||
use std::{env, io};
|
||||
use tempfile;
|
||||
|
||||
use crate::common::{self, TestCommand};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user