Fix clippy

This commit is contained in:
Arpad Müller
2024-01-17 19:02:54 +01:00
parent 4ee7ba23d0
commit ec8c0206f1

View File

@@ -2,7 +2,6 @@
use std::{fs, io, path::Path};
use anyhow::Context;
use camino::Utf8Path;
pub trait PathExt {
/// Returns an error if `self` is not a directory.