Suppress unused warnings in objdiff-cli for now

This commit is contained in:
Luke Street
2026-07-09 23:45:10 -06:00
parent f5ae76e64d
commit 282783c081
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
#![allow(unused)] // TODO
use std::{
collections::BTreeMap,
io::stdout,
+1
View File
@@ -1,3 +1,4 @@
#![allow(unused)] // TODO
use core::cmp::Ordering;
use anyhow::Result;
+1
View File
@@ -1,3 +1,4 @@
#![allow(unused)] // TODO
use anyhow::Result;
use crossterm::event::Event;
use ratatui::Frame;