Commit 8652bf2
committed
Resolve ignored_unit_patterns pedantic clippy lint
warning: matching over `()` is more explicit
--> src/de.rs:2409:59
|
2409 | ... self.peek_end_of_value().map(|_| value)
| ^ help: use `()` instead of `_`: `()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ignored_unit_patterns
= note: `-W clippy::ignored-unit-patterns` implied by `-W clippy::pedantic`1 parent ab08483 commit 8652bf2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2406 | 2406 | | |
2407 | 2407 | | |
2408 | 2408 | | |
2409 | | - | |
| 2409 | + | |
2410 | 2410 | | |
2411 | 2411 | | |
2412 | 2412 | | |
| |||
0 commit comments