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:
@@ -51,7 +51,6 @@ mod tests {
|
||||
use ansi_term::Color;
|
||||
use std::fs::File;
|
||||
use std::io;
|
||||
use tempfile;
|
||||
|
||||
#[test]
|
||||
fn folder_without_crystal_files() -> io::Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user