formatting
This commit is contained in:
parent
e78c451733
commit
5654cde729
3 changed files with 24 additions and 27 deletions
|
@ -394,10 +394,7 @@ pub struct TypeWithKind {
|
|||
|
||||
impl From<(Type, TypeKind)> for TypeWithKind {
|
||||
fn from(x: (Type, TypeKind)) -> TypeWithKind {
|
||||
TypeWithKind {
|
||||
ty: x.0,
|
||||
kind: x.1,
|
||||
}
|
||||
TypeWithKind { ty: x.0, kind: x.1 }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue