Skip to content

Commit 3fc58cc

Browse files
authored
Fix tokio/write/macros/decoder.rs
Add back missing { Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
1 parent 203ea8f commit 3fc58cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokio/write/macros/decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ macro_rules! decoder {
112112
}
113113
}
114114

115-
const _: () =
115+
const _: () = {
116116
use crate::core::util::{_assert_send, _assert_sync};
117117
use core::pin::Pin;
118118
use tokio::io::AsyncWrite;

0 commit comments

Comments
 (0)