Skip to content

Commit c0b9dc1

Browse files
author
Michael Ward
committed
[Rust] updated test imports
1 parent 2a6c1d6 commit c0b9dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/tests/issue_1066_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use issue_1066::{
22
issue_1066_codec,
33
issue_1066_codec::{Issue1066Decoder, Issue1066Encoder},
4-
*,
4+
message_header_codec, ReadBuf, WriteBuf,
55
};
66

77
#[test]

0 commit comments

Comments
 (0)