mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-14 15:22:41 +00:00
850dfdae60
Add lint for debug_assert_with_mut_call closes #1526 **What does not work:** * detecting a mut call in the format string itself, e.g. `debug_assert!(false, "{}", vec![1].pop())` * detecting `*mut T` usage (pointer) --- changelog: add new lint `debug_assert_with_mut_call` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |