We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cc7765 + 30fcad8 commit c7b8471Copy full SHA for c7b8471
packages/toy-blog/src/service/http.rs
@@ -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
+
6
pub mod api;
7
pub mod cors;
8
pub mod repository;
0 commit comments