Skip to content

Commit e259060

Browse files
committed
chore: #[should_panic]
1 parent 1c6c407 commit e259060

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/issues.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ use tracing_subscriber::fmt::format::FmtSpan;
2323
/// [`tokio_util::codec`](https://docs.rs/tokio-util/latest/tokio_util/codec)
2424
/// [`poll_shutdown`](AsyncWrite::poll_shutdown)
2525
/// [`poll_flush`](AsyncWrite::poll_flush)
26+
#[should_panic = "Flush after shutdown"] // TODO: this should be removed when the bug is fixed
2627
#[test]
2728
fn issue_246() {
2829
tracing_subscriber::fmt()

0 commit comments

Comments
 (0)