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 1c6c407 commit e259060Copy full SHA for e259060
tests/issues.rs
@@ -23,6 +23,7 @@ use tracing_subscriber::fmt::format::FmtSpan;
23
/// [`tokio_util::codec`](https://docs.rs/tokio-util/latest/tokio_util/codec)
24
/// [`poll_shutdown`](AsyncWrite::poll_shutdown)
25
/// [`poll_flush`](AsyncWrite::poll_flush)
26
+#[should_panic = "Flush after shutdown"] // TODO: this should be removed when the bug is fixed
27
#[test]
28
fn issue_246() {
29
tracing_subscriber::fmt()
0 commit comments