Skip to content

Commit

Permalink
Merge pull request #343 from KisaragiEffective/chore/adjust-avoid-lin…
Browse files Browse the repository at this point in the history
…t-comment
  • Loading branch information
KisaragiEffective committed Mar 12, 2024
2 parents ae99fef + 80a56c2 commit f4adc1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/toy-blog/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#![deny(clippy::all)]
#![warn(clippy::pedantic, clippy::nursery)]
// This fires on HttpRequest, which is not FP.
// But causes ICE; it will block CI.
// 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.
// But we don't want to be triggered because service function often refers it.
#![allow(clippy::future_not_send)]

mod extension;
Expand Down

0 comments on commit f4adc1e

Please sign in to comment.