]> git.lizzy.rs Git - rust.git/commit
Remove some unnecessary `Send` bounds.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 1 Dec 2022 04:42:31 +0000 (15:42 +1100)
committerNicholas Nethercote <n.nethercote@gmail.com>
Fri, 2 Dec 2022 02:59:28 +0000 (13:59 +1100)
commit44cb4f70a8c06abe99ea164166ecc38abdde359b
tree7ba35b06ea21dbdf2362f114cd26a54f3ae5c837
parent357aee932075d92b45f16c4c05c83b502727607d
Remove some unnecessary `Send` bounds.

Required to get the parallel compiler building again.
compiler/rustc_lint/src/passes.rs