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.
1 parent cd15469 commit a52d391Copy full SHA for a52d391
src/body/incoming.rs
@@ -554,7 +554,6 @@ mod tests {
554
}
555
556
#[test]
557
- #[cfg(not(miri))] // TODO issue #3015
558
fn channel_wanter() {
559
let (mut tx, mut rx) =
560
Incoming::new_channel(DecodedLength::CHUNKED, /*wanter = */ true);
@@ -577,7 +576,6 @@ mod tests {
577
576
578
579
580
581
fn channel_notices_closure() {
582
let (mut tx, rx) = Incoming::new_channel(DecodedLength::CHUNKED, /*wanter = */ true);
583
0 commit comments