Commit 1be014f
committed
ci: fix clippy check to exclude example crates
The example crates contain code that isn't accepted by the
1.63.0 version of the compiler (e.g. `is_multiple_of`).
Since the MSRV of the wallet library is currently 1.63.0, and
clippy is configured to adhere to that, we exclude the example
crates from the clippy check enforced by CI.1 parent 4a4529c commit 1be014f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments