feat(miniprotocols): Introduce tracing (#214)
This commit is contained in:
parent
6fa936a998
commit
c51580d042
9 changed files with 47 additions and 71 deletions
|
|
@ -559,7 +559,7 @@ impl From<AnyUInt> for u64 {
|
|||
AnyUInt::U8(x) => x as u64,
|
||||
AnyUInt::U16(x) => x as u64,
|
||||
AnyUInt::U32(x) => x as u64,
|
||||
AnyUInt::U64(x) => x as u64,
|
||||
AnyUInt::U64(x) => x,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue