Fix failing build
This commit is contained in:
parent
1b0477ae29
commit
336b2b92fc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ pub struct Thing {
|
|||
_c: u8,
|
||||
pub tb: String,
|
||||
_d: u8,
|
||||
pub id: Part<Id>,
|
||||
pub id: String,
|
||||
}
|
||||
|
||||
impl From<Thing> for Vec<u8> {
|
||||
|
|
Loading…
Reference in a new issue