Skip to content

Commit 282783c

Browse files
committed
Suppress unused warnings in objdiff-cli for now
1 parent f5ae76e commit 282783c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

objdiff-cli/src/cmd/diff.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(unused)] // TODO
12
use std::{
23
collections::BTreeMap,
34
io::stdout,

objdiff-cli/src/views/function_diff.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(unused)] // TODO
12
use core::cmp::Ordering;
23

34
use anyhow::Result;

objdiff-cli/src/views/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![allow(unused)] // TODO
12
use anyhow::Result;
23
use crossterm::event::Event;
34
use ratatui::Frame;

0 commit comments

Comments
 (0)