Skip to content

Commit 983331d

Browse files
committed
Fix: add missing use statements
1 parent 01f865c commit 983331d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/uint/boxed/encoding/serde.rs

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ impl Serialize for BoxedUint {
2424
#[cfg(test)]
2525
mod tests {
2626
use super::BoxedUint;
27+
use crate::Limb;
28+
use hex_literal::hex;
2729

2830
#[test]
2931
fn serde_roundabout() {

0 commit comments

Comments
 (0)