Clippy fixes, additional WASM registration work
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -17,9 +17,9 @@ impl From<u8> for TypeIdentifier {
|
||||
}
|
||||
}
|
||||
|
||||
impl Into<u8> for TypeIdentifier {
|
||||
fn into(self) -> u8 {
|
||||
self.val
|
||||
impl From<TypeIdentifier> for u8 {
|
||||
fn from(id: TypeIdentifier) -> Self {
|
||||
id.val
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user