Commit 37c9d0c
authored
style(lib): remove lints that have been removed in newer clippy (#4167)
The following lints no longer exist in recent clippy versions and cause
`unknown lint` errors (promoted to errors by `-D warnings` / `-W unknown-lints`):
- clippy::unnecessary_rest_pattern
- clippy::rest_pattern_accessible_field
- clippy::definition_in_module_root
Remove them from the allowed lints list in Cargo.toml.1 parent 08a2881 commit 37c9d0c
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
146 | | - | |
147 | 145 | | |
148 | 146 | | |
149 | 147 | | |
| |||
160 | 158 | | |
161 | 159 | | |
162 | 160 | | |
163 | | - | |
164 | 161 | | |
165 | 162 | | |
166 | 163 | | |
| |||
0 commit comments