about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2023-11-21 23:06:35 +0000
committerChris Denton <chris@chrisdenton.dev>2023-11-22 13:00:28 +0000
commitbfbeb3ebd977997233f93c5cce11bbdfdd34237d (patch)
tree0235edce89bf6ef34fa6b945939000fb5d8940e5 /tests/debuginfo/enum-thinlto.rs
parent6c22e57c39b8fd8304ad317b42ddb7561000215f (diff)
downloadrust-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