chore: clean useless conversion after ditching u64
This commit is contained in:
@@ -2,6 +2,6 @@ use crate::*;
|
|||||||
|
|
||||||
impl From<u32> for Value {
|
impl From<u32> for Value {
|
||||||
fn from(value: u32) -> Self {
|
fn from(value: u32) -> Self {
|
||||||
Self::UnsignedInt(value.into())
|
Self::UnsignedInt(value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user