Skip to content

Commit

Permalink
Allow stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Feb 9, 2024
1 parent b6efc1c commit 8fe94da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(unreachable_code, unused_variables)]

use std::{fmt::Display, io::IsTerminal};

use clap::Parser;
Expand Down

0 comments on commit 8fe94da

Please sign in to comment.