Remove unused import

This commit is contained in:
Gvidas Juknevičius 2024-12-21 23:08:45 +02:00
parent bf7f44e776
commit 77738f7e20
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

View File

@ -1,5 +1,4 @@
use std::{collections::HashMap, ffi::OsStr, io::Write, os::unix::ffi::OsStrExt, path::{Path, PathBuf}, process::ExitCode};
use anyhow::bail;
use camino::Utf8PathBuf;
use clap::Parser;
use mclangc;