Commit 5bf18fb
committed
One fix of clippy::match_same_arms
Clippy suggests to collapse identical match arms ([info](https://rust-lang.github.io/rust-clippy/master/index.html#/match_same_arms)), but i am not too certain it will create more readable code everywhere. Though, while looking at it, this instance clearly is an accidental dup.1 parent c3f173c commit 5bf18fb
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | 119 | | |
127 | 120 | | |
128 | 121 | | |
| |||
0 commit comments