diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2023-11-21 23:06:35 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2023-11-22 13:00:28 +0000 |
| commit | bfbeb3ebd977997233f93c5cce11bbdfdd34237d (patch) | |
| tree | 0235edce89bf6ef34fa6b945939000fb5d8940e5 /tests/debuginfo/enum-thinlto.rs | |
| parent | 6c22e57c39b8fd8304ad317b42ddb7561000215f (diff) | |
| download | rust-bfbeb3ebd977997233f93c5cce11bbdfdd34237d.tar.gz rust-bfbeb3ebd977997233f93c5cce11bbdfdd34237d.zip | |
unnecessary_mut_passed
This is where our Windows API bindings previously (and incorrectly) used `*mut` instead of `*const` pointers. Now that the bindings have been corrected, the mutable references (which auto-convert to `*mut`) are unnecessary and we can use shared references.
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions
