rust/tests/ui/box/unit
surechen 40ae34194c remove redundant imports
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
2023-12-10 10:56:22 +08:00
..
expr-block-generic-unique1.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
expr-block-generic-unique2.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
expr-if-unique.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-assign-copy.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-assign-drop.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-assign-generic.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-assign.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-autoderef-field.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-autoderef-index.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-cmp.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-containing-tag.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-create.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-decl-init-copy.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-decl-init.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-decl-move.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-decl.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-deref.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-destructure.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-drop-complex.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-ffi-symbols.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-fn-arg-move.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-fn-arg-mut.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-fn-arg.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-fn-ret.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-generic-assign.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-in-tag.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-in-vec-copy.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-in-vec.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-init.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-kinds.rs remove redundant imports 2023-12-10 10:56:22 +08:00
unique-log.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-match-discrim.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-move-drop.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-move-temp.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-move.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-mutable.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-object-move.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-object-noncopyable.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-object-noncopyable.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
unique-pat-2.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-pat-3.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-pat.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-pinned-nocopy.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-pinned-nocopy.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
unique-rec.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-send-2.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-send.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unique-swap.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00
unwind-unique.rs rename tests/ui/unique to tests/ui/box/unit 2023-04-11 16:06:51 +09:00