about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/debug.rs
diff options
context:
space:
mode:
authorYuri Astrakhan <YuriAstrakhan@gmail.com>2022-12-23 02:08:08 -0500
committerYuri Astrakhan <YuriAstrakhan@gmail.com>2022-12-23 02:20:03 -0500
commit1d59c7b667b411c8938c3c5cfe58770f050fd926 (patch)
tree86bd8793962e27c289c909a18aeafcdb0a909540 /compiler/rustc_mir_transform/src/coverage/debug.rs
parenta06525517b0b69cd97f2c39a4012d96f44bf0776 (diff)
downloadrust-1d59c7b667b411c8938c3c5cfe58770f050fd926.tar.gz
rust-1d59c7b667b411c8938c3c5cfe58770f050fd926.zip
Remove non-needed clones
I am not certain if this will improve performance,
but it seems having a .clone() without any need should be removed.

This was done with clippy, and manually reviewed:

```
cargo clippy --fix -- -A clippy::all -D clippy::redundant_clone
```
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/debug.rs')
0 files changed, 0 insertions, 0 deletions