Skip to content

Commit 95b6673

Browse files
committed
Review: Delete useless semicolon
1 parent 3d032ea commit 95b6673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ impl Fields {
11301130
fields.push(field);
11311131
}
11321132
_ => panic!("field list is named"),
1133-
};
1133+
}
11341134

11351135
self
11361136
}

0 commit comments

Comments
 (0)