Skip to content

Commit c7b8471

Browse files
Merge pull request #201 from KisaragiEffective/chore/ignore-future-not-send
2 parents 5cc7765 + 30fcad8 commit c7b8471

File tree

1 file changed

+5
-0
lines changed
  • packages/toy-blog/src/service

1 file changed

+5
-0
lines changed

packages/toy-blog/src/service/http.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// This fires on HttpRequest, which is not FP.
2+
// But causes ICE; it will block CI.
3+
// Let's disable this until the fix land on 1.71.0. See https://github.com/rust-lang/rust-clippy/issues/10645 for more info.
4+
#![allow(clippy::future_not_send)]
5+
16
pub mod api;
27
pub mod cors;
38
pub mod repository;

0 commit comments

Comments
 (0)