style: combine use statements for std

This commit is contained in:
beeb
2023-01-08 12:20:27 +01:00
parent 4490ea4c69
commit ad467d70a8

View File

@@ -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;