mirror of
https://github.com/encounter/objdiff.git
synced 2026-07-10 12:18:36 -07:00
Suppress unused warnings in objdiff-cli for now
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![allow(unused)] // TODO
|
||||
use std::{
|
||||
collections::BTreeMap,
|
||||
io::stdout,
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![allow(unused)] // TODO
|
||||
use core::cmp::Ordering;
|
||||
|
||||
use anyhow::Result;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![allow(unused)] // TODO
|
||||
use anyhow::Result;
|
||||
use crossterm::event::Event;
|
||||
use ratatui::Frame;
|
||||
|
||||
Reference in New Issue
Block a user