diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-09-13 09:49:28 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-09-13 09:58:30 +1000 |
| commit | 55c9f9626575f93d0f7cb8b51523a8891a065dc4 (patch) | |
| tree | ab7e594d0e8a76779075b8107a482dc5110cf610 /compiler/rustc_mir_transform/src/coverage/tests.rs | |
| parent | c2f74c3f928aeb503f15b4e9ef5778e77f3058b8 (diff) | |
| download | rust-55c9f9626575f93d0f7cb8b51523a8891a065dc4.tar.gz rust-55c9f9626575f93d0f7cb8b51523a8891a065dc4.zip | |
Remove unnecessary `Clone`/`Copy` derives from analyses.
No analysis needs `Copy`, and `MaybeBorrowedLocals` is the only analysis that needs `Clone`. In `locals_live_across_suspend_points` it gets cloned so it can be used within a `MaybeRequiresStorage`.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/tests.rs')
0 files changed, 0 insertions, 0 deletions
