Skip to content

Commit cce967e

Browse files
committed
Resolve lints for Rust 1.89.0
1 parent 57cc3aa commit cce967e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/main.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#![allow(clippy::too_many_arguments, clippy::to_string_trait_impl)]
1+
#![allow(
2+
clippy::too_many_arguments,
3+
clippy::to_string_trait_impl,
4+
mismatched_lifetime_syntaxes
5+
)]
26

37
mod cli;
48
mod gui;

0 commit comments

Comments
 (0)