Fix rustc 1.32 build
This commit is contained in:
parent
780c7286a6
commit
9d951b34ce
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ impl<'a> Field<'a> {
|
||||||
match &self.attrs.with {
|
match &self.attrs.with {
|
||||||
None => self.ty,
|
None => self.ty,
|
||||||
Some(WithAttr::Type(ty)) => ty,
|
Some(WithAttr::Type(ty)) => ty,
|
||||||
Some(WithAttr::_Function(_)) => todo!(),
|
Some(WithAttr::_Function(_)) => unimplemented!(), // TODO
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue