mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
refactor: calm clippy and remove unused imports
This commit is contained in:
parent
5d16f4cef6
commit
f3a7cb2260
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
use std::{
|
||||
fmt::Write,
|
||||
path::{Path, PathBuf},
|
||||
process::{exit, ExitCode},
|
||||
path::PathBuf,
|
||||
process::ExitCode,
|
||||
};
|
||||
|
||||
use anyhow::{Error, Result};
|
||||
|
|
Loading…
Add table
Reference in a new issue