Skip to content

Commit a1f2b6a

Browse files
committed
Remove redundant imports
1 parent a9df7fb commit a1f2b6a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

sv2/binary-sv2/examples/encode_decode.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
use binary_sv2::{from_bytes, to_bytes, U24};
2-
pub use binary_sv2::{Decodable as Deserialize, Encodable as Serialize};
1+
use binary_sv2::{from_bytes, to_bytes, Deserialize, Serialize, U24};
32
use core::convert::TryInto;
4-
pub use derive_codec_sv2::{Decodable as Deserialize, Encodable as Serialize};
53

64
// The `Test` struct is expanded using the `Deserialize` and `Serialize` procedural macros.
75
// These macros provide the necessary methods for serializing and deserializing the struct.

0 commit comments

Comments
 (0)