mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-07 22:36:17 +00:00
style: combine use statements for std
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
use std::fs;
|
use std::{fs, path::PathBuf};
|
||||||
use std::path::PathBuf;
|
|
||||||
|
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use fxhash::hash32 as hasher;
|
use fxhash::hash32 as hasher;
|
||||||
|
|||||||
Reference in New Issue
Block a user