Skip to content

Commit 8c1486b

Browse files
committed
regenerate messages.rs
1 parent aa97695 commit 8c1486b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

testing/can-messages/src/messages.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,6 @@ impl Bar {
380380
match self.xtype_raw() {
381381
false => BarType::X0off,
382382
true => BarType::X1on,
383-
false => BarType::X2oner,
384-
false => BarType::Type,
385383
x => BarType::Other(x),
386384
}
387385
}
@@ -452,8 +450,6 @@ pub enum BarFour {
452450
pub enum BarType {
453451
X0off,
454452
X1on,
455-
X2oner,
456-
Type,
457453
Other(bool),
458454
}
459455

0 commit comments

Comments
 (0)