add trailing comma
This commit is contained in:
parent
7cf63a2a72
commit
cacbb2147f
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ pub struct EarlyBoundRegion {
|
|||
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub struct TyVid {
|
||||
pub index: u32
|
||||
pub index: u32,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, PartialEq, Eq, Hash)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue