about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-10-27 15:03:55 +0200
committerGitHub <noreply@github.com>2022-10-27 15:03:55 +0200
commit6d43dfb7bb248e3068a97e24b00e85f511fde392 (patch)
treefd7472154d55cb17619c6adb531c26e18d85ea8a /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parent0da281b6068a7d889ae89a9bd8991284cc9b7535 (diff)
parent73d655e9c2106566f328de28aeff6fd3a8ee8e21 (diff)
downloadrust-6d43dfb7bb248e3068a97e24b00e85f511fde392.tar.gz
rust-6d43dfb7bb248e3068a97e24b00e85f511fde392.zip
Rollup merge of #103110 - RalfJung:manual-send, r=thomcc
remove redundant Send impl for references

Also explain why the other instance is not redundant, move it next to the trait they are implementing, and out of the redundant module. This seems to go back all the way to https://github.com/rust-lang/rust/commit/35ca50bd5676db31a8074a216d1aadad7d434de8, not sure why the module was added.

The instance for `&mut` is the default instance we get anyway, and we don't have anything similar for `Sync`, so IMO we should be consistent and not have the redundant instance here, either.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions