add trailing comma
This commit is contained in:
parent
7cf63a2a72
commit
cacbb2147f
@ -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…
x
Reference in New Issue
Block a user