Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 07cc1b1

Browse files
chore: ignore clippy::future_not_send
please see rust-lang/rust-clippy#10645 for more information
1 parent bd842ad commit 07cc1b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#![warn(clippy::pedantic, clippy::nursery)]
22
#![deny(type_alias_bounds, legacy_derive_helpers, late_bound_lifetime_arguments)]
3+
// https://github.com/rust-lang/rust-clippy/issues/10645
4+
#![allow(clippy::future_not_send)]
35
mod payload;
46
mod call;
57
mod config;

0 commit comments

Comments
 (0)