about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-07-03 10:26:03 +0000
committerbors <bors@rust-lang.org>2021-07-03 10:26:03 +0000
commit84209994ad8039a590332de390b68b52e79c29b2 (patch)
tree9aef4c8191ec3e892219616c37909dbd5f19d6c7 /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parent2abeac17f83a65d7f649537c32c0d335da9ef14b (diff)
parentb9cc2feaaa0111385db4ea0b1ff846202d6ab9b4 (diff)
downloadrust-84209994ad8039a590332de390b68b52e79c29b2.tar.gz
rust-84209994ad8039a590332de390b68b52e79c29b2.zip
Auto merge of #7316 - lengyijun:rc_mutex, r=llogiq
Add new lint: `rc_mutex`

changelog: Add new lint `rc_mutex`.

It lints on `Rc<Mutex<T>>`.

`Rc<Mutex<T>>` should be corrected to `Rc<RefCell<T>>`
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions