Commit 41d3d82
committed
Fix clippy beta warning
A new clippy check is on by default in the beta channel,
`incorrect_clone_impl_on_copy_type`. The generated code from bindgen
does not conform to this. Suppressed this warning from happening during
CI builds.1 parent 0d29df5 commit 41d3d82
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments