Skip to content

Commit

Permalink
fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Jul 11, 2024
1 parent dbd236f commit 97c6ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::return_self_not_must_use)]
#![allow(clippy::return_self_not_must_use, clippy::needless_doctest_main)]
#![doc = include_str!("../README.md")]

mod executor;
Expand Down

0 comments on commit 97c6ab8

Please sign in to comment.