organize import order

This commit is contained in:
grimhilt
2023-06-19 18:31:03 +02:00
parent 8b3ba64e48
commit 4842a20024
18 changed files with 39 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
use std::env;
use std::fs::canonicalize;
use std::path::{PathBuf, Path};
use crate::global::global::DIR_PATH;
use std::fs::canonicalize;
pub fn current() -> Option<PathBuf> {
let d = DIR_PATH.lock().unwrap();