We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1486b commit 1847ff6Copy full SHA for 1847ff6
README.md
@@ -38,8 +38,6 @@ pub fn xtype(&self) -> BarType {
38
match self.xtype_raw() {
39
false => BarType::X0off,
40
true => BarType::X1on,
41
- false => BarType::X2oner,
42
- false => BarType::Type,
43
x => BarType::Other(x),
44
}
45
0 commit comments