Skip to content

Commit fed9940

Browse files
committed
Remove clippy_utils::paths::VEC_RESIZE
This path is no longer used and can be removed.
1 parent a7f66ba commit fed9940

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
@@ -108,7 +108,6 @@ pub const VEC_DEQUE_ITER: [&str; 5] = ["alloc", "collections", "vec_deque", "Vec
108108
pub const VEC_FROM_ELEM: [&str; 3] = ["alloc", "vec", "from_elem"];
109109
pub const VEC_NEW: [&str; 4] = ["alloc", "vec", "Vec", "new"];
110110
pub const VEC_WITH_CAPACITY: [&str; 4] = ["alloc", "vec", "Vec", "with_capacity"];
111-
pub const VEC_RESIZE: [&str; 4] = ["alloc", "vec", "Vec", "resize"];
112111
pub const INSTANT_NOW: [&str; 4] = ["std", "time", "Instant", "now"];
113112
pub const VEC_IS_EMPTY: [&str; 4] = ["alloc", "vec", "Vec", "is_empty"];
114113
pub const VEC_POP: [&str; 4] = ["alloc", "vec", "Vec", "pop"];

0 commit comments

Comments
 (0)