Skip to content

Commit

Permalink
Merge pull request #144 from yoshuawuyts/fix-warnings
Browse files Browse the repository at this point in the history
remove macro warnings
  • Loading branch information
yoshuawuyts authored Jun 21, 2023
2 parents dc87665 + 1e6476d commit 87cb7d5
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
Expand Up @@ -59,7 +59,7 @@
//! sets of futures concurrently.
#![deny(missing_debug_implementations, nonstandard_style)]
#![warn(missing_docs, unreachable_pub)]
#![warn(missing_docs)]
#![allow(non_snake_case)]

mod utils;
Expand Down

0 comments on commit 87cb7d5

Please sign in to comment.