Commit 3740a84
committed
Disables the clippy multiple_crate_versions lint error.
In Rust version 1.77 clippy has begun reporting
errors for when two versions of the same crate
exists among the dependencies. In this case
it is the `syn` crate for which there exists two
versions. This is to the reason that the
`zeroize_derive` crate updated the `syn` version
after making a Rust Edition bump. So the ones
using Rust Edition 2018 gets an older version
of `eroize_derive` which uses `syn` with major
release version 1.
Signed-off-by: Jesper Brynolf <jesper.brynolf@gmail.com>1 parent e1d708a commit 3740a84
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments