Commit 4c61078
committed
Change method name from_same_offer to is_from_same_offer
This is a check that returns a bool and the current naming conflicts
with standard conventions and causes a lint warning.
https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention1 parent 85185d8 commit 4c61078
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1114 | 1114 | | |
1115 | 1115 | | |
1116 | 1116 | | |
1117 | | - | |
| 1117 | + | |
1118 | 1118 | | |
1119 | 1119 | | |
1120 | 1120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
0 commit comments