Skip to content

Commit 2379853

Browse files
committed
Remove unused imports
1 parent 5e1aff1 commit 2379853

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

objdiff-gui/src/views/config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ use std::{
77

88
#[cfg(all(windows, feature = "wsl"))]
99
use anyhow::{Context, Result};
10-
use const_format::formatcp;
1110
use egui::{
1211
output::OpenUrl, text::LayoutJob, CollapsingHeader, FontFamily, FontId, RichText,
1312
SelectableLabel, TextFormat, Widget,
@@ -17,7 +16,6 @@ use objdiff_core::{
1716
config::{ProjectObject, DEFAULT_WATCH_PATTERNS},
1817
diff::{ArmArchVersion, ArmR9Usage, MipsAbi, MipsInstrCategory, X86Formatter},
1918
};
20-
use self_update::cargo_crate_version;
2119
use strum::{EnumMessage, VariantArray};
2220

2321
use crate::{

0 commit comments

Comments
 (0)