mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-24 00:37:43 +11:00
Fix unreachable patterns
This commit is contained in:
parent
5025db2d59
commit
b5d8d305fc
2 changed files with 0 additions and 2 deletions
|
@ -41,7 +41,6 @@ fn main() {
|
|||
_ => ()
|
||||
}
|
||||
},
|
||||
_ => ()
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
@ -37,7 +37,6 @@ fn main() {
|
|||
_ => (),
|
||||
}
|
||||
},
|
||||
_ => ()
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue