Fix failing build

This commit is contained in:
Tobie Morgan Hitchcock 2022-03-16 16:27:13 +00:00
parent 1b0477ae29
commit 336b2b92fc

View file

@ -12,7 +12,7 @@ pub struct Thing {
_c: u8, _c: u8,
pub tb: String, pub tb: String,
_d: u8, _d: u8,
pub id: Part<Id>, pub id: String,
} }
impl From<Thing> for Vec<u8> { impl From<Thing> for Vec<u8> {