We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cd3b0 commit 43b7523Copy full SHA for 43b7523
src/stream/stream/nth.rs
@@ -1,7 +1,7 @@
1
use std::pin::Pin;
2
use std::task::{Context, Poll};
3
4
-#[derive(Debug)]
+#[allow(missing_debug_implementations)]
5
pub struct NthFuture<'a, S> {
6
stream: &'a mut S,
7
n: usize,
0 commit comments