Skip to content

Commit 84750a8

Browse files
committed
rename tests/ui/useless_vec{,_unfixable}.rs
will improve the diff for the next commit
1 parent d1b51ea commit 84750a8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/ui/useless_vec.stderr renamed to tests/ui/useless_vec_unfixable.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: useless use of `vec!`
2-
--> tests/ui/useless_vec.rs:8:26
2+
--> tests/ui/useless_vec_unfixable.rs:8:26
33
|
44
LL | let _some_variable = vec![
55
| __________________________^

0 commit comments

Comments
 (0)