Skip to content

Commit cacbb21

Browse files
committed
add trailing comma
1 parent 7cf63a2 commit cacbb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/sty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ pub struct EarlyBoundRegion {
716716

717717
#[derive(Clone, Copy, PartialEq, Eq, Hash)]
718718
pub struct TyVid {
719-
pub index: u32
719+
pub index: u32,
720720
}
721721

722722
#[derive(Clone, Copy, PartialEq, Eq, Hash)]

0 commit comments

Comments
 (0)