Commit 6b562d7
authored
fix warnings (#31)
* chore: Align lifetime syntax to satisfy `mismatched_lifetime_syntaxes` lint
source: https://doc.rust-lang.org/beta/nightly-rustc/rustc_lint/lifetime_syntax/static.MISMATCHED_LIFETIME_SYNTAXES.html
* chore: resolve `non_canonical_partial_ord_impl` lint
source: https://rust-lang.github.io/rust-clippy/master/index.html#non_canonical_partial_ord_impl
* chore: resolve `collapsible_if` lint by clippy
source: https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_if
---------
Co-authored-by: Taishi Naka <lemonadern@users.noreply.github.com>1 parent 449673d commit 6b562d7
File tree
4 files changed
+7
-7
lines changed- crates
- automata/src
- parser-generator/src/parser_generator/lexer
- postgresql-cst-parser/src
- cst
4 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments