rust/tests
bors de87e83d88 Auto merge of #9700 - andreubotella:from-raw-with-void-non-box, r=flip1995
Update `from_raw_with_void_ptr` to support types other than `Box`

This PR updates the `from_raw_with_void_ptr` lint, which covered
`Box::from_raw`, to also cover the `from_raw` static method of the
`Rc`, `Arc`, `alloc::rc::Weak` and `alloc::sync::Weak` types.

It also improves the description and error messages of this lint.

---

changelog: [`from_raw_with_void_ptr`]: Now works with the `Rc`, `Arc`, `alloc::rc::Weak` and `alloc::sync::Weak` types.
2022-10-25 07:45:32 +00:00
..
test_utils
ui Auto merge of #9700 - andreubotella:from-raw-with-void-non-box, r=flip1995 2022-10-25 07:45:32 +00:00
ui-cargo
ui-internal Fix adjacent code 2022-10-15 07:03:29 -04:00
ui-toml Make the match checking configurable 2022-10-24 22:05:39 +02:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs
dogfood.rs Add lintcheck to packages linted by dogfood test 2022-10-22 07:37:10 -04:00
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs Generate lint categories and explanations with declare_clippy_lint 2022-10-23 20:32:26 +00:00
workspace.rs