Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jun 16, 2024
1 parent 96d01d8 commit 2f02029
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
//! # std::io::Result::Ok(()) });
//! ```

#![allow(unknown_lints)]
#![allow(clippy::needless_maybe_sized)]

use core::future::{poll_fn, Future};
use core::pin::pin;
use core::task::{Context, Poll};
Expand Down

0 comments on commit 2f02029

Please sign in to comment.