Remove unused import
This commit is contained in:
parent
bf7f44e776
commit
77738f7e20
|
@ -1,5 +1,4 @@
|
||||||
use std::{collections::HashMap, ffi::OsStr, io::Write, os::unix::ffi::OsStrExt, path::{Path, PathBuf}, process::ExitCode};
|
use std::{collections::HashMap, ffi::OsStr, io::Write, os::unix::ffi::OsStrExt, path::{Path, PathBuf}, process::ExitCode};
|
||||||
use anyhow::bail;
|
|
||||||
use camino::Utf8PathBuf;
|
use camino::Utf8PathBuf;
|
||||||
use clap::Parser;
|
use clap::Parser;
|
||||||
use mclangc;
|
use mclangc;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user