Skip to content

Commit bf63044

Browse files
committed
fix: allow duplicated versions of zerocopy and zerocopy-derive
1 parent 6f9a53e commit bf63044

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clippy.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
allowed-duplicate-crates = [
2+
"zerocopy",
3+
"zerocopy-derive",
4+
]

0 commit comments

Comments
 (0)