Skip to content

Commit 2f7f9c5

Browse files
committed
fix(lint): stable rust needs additional allow attribute
1 parent c06f3be commit 2f7f9c5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
clippy::unseparated_literal_suffix,
4040
reason = "chosen style"
4141
)]
42+
#![allow(clippy::unwrap_in_result, reason = "unwrap_used is active")]
4243

4344
mod clap;
4445
mod dialog;

0 commit comments

Comments
 (0)