Skip to content

Commit 2a20b61

Browse files
committed
Convert redundant_clone to an analysis pass
1 parent ec105ba commit 2a20b61

28 files changed

+7180
-1138
lines changed

clippy_data_structures/Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[package]
2+
name = "clippy_data_structures"
3+
version = "0.0.1"
4+
edition = "2021"
5+
6+
[dependencies]
7+
arrayvec = { version = "0.7", default-features = false}
8+
smallvec = { version = "1.8.1", features = ["union", "may_dangle", "const_new"] }
9+
10+
[package.metadata.rust-analyzer]
11+
# This package uses #[feature(rustc_private)]
12+
rustc_private = true

0 commit comments

Comments
 (0)