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