Skip to content

Commit fc72c16

Browse files
committed
Remove VEC_WITH_CAPACITY path
1 parent 2205c55 commit fc72c16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_utils/src/paths.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ pub const VEC_DEQUE: [&str; 4] = ["alloc", "collections", "vec_deque", "VecDeque
174174
pub const VEC_FROM_ELEM: [&str; 3] = ["alloc", "vec", "from_elem"];
175175
pub const VEC_NEW: [&str; 4] = ["alloc", "vec", "Vec", "new"];
176176
pub const VEC_RESIZE: [&str; 4] = ["alloc", "vec", "Vec", "resize"];
177-
pub const VEC_WITH_CAPACITY: [&str; 4] = ["alloc", "vec", "Vec", "with_capacity"];
178177
pub const WEAK_ARC: [&str; 3] = ["alloc", "sync", "Weak"];
179178
pub const WEAK_RC: [&str; 3] = ["alloc", "rc", "Weak"];
180179
pub const WRITE_BYTES: [&str; 3] = ["core", "intrinsics", "write_bytes"];

0 commit comments

Comments
 (0)