rust/tests
bors 850dfdae60 Auto merge of #4680 - hellow554:debug_assert_mut_call, r=flip1995
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`
2019-10-23 20:58:14 +00:00
..
auxiliary
ui Auto merge of #4680 - hellow554:debug_assert_mut_call, r=flip1995 2019-10-23 20:58:14 +00:00
ui-toml
compile-test.rs new lints around #[must_use] fns 2019-10-14 12:09:04 +02:00
dogfood.rs
fmt.rs
matches.rs
missing-test-files.rs
needless_continue_helpers.rs
versioncheck.rs