We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f865c commit 4aa29c3Copy full SHA for 4aa29c3
1 file changed
src/uint/boxed/encoding/serde.rs
@@ -24,6 +24,10 @@ impl Serialize for BoxedUint {
24
#[cfg(test)]
25
mod tests {
26
use super::BoxedUint;
27
+ #[cfg(target_pointer_width = "32")]
28
+ use crate::Limb;
29
30
+ use hex_literal::hex;
31
32
#[test]
33
fn serde_roundabout() {
0 commit comments