Skip to content

Commit

Permalink
fix: ignore dead_code lint in utils.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Aug 11, 2023
1 parent 37d5d22 commit 658b121
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

use which::which;

pub fn prompt_for_input(prompt: &str) -> String {
Expand Down

0 comments on commit 658b121

Please sign in to comment.