rust/tests
Marcel Hellwig 5572476a36 Add lint for debug_assert_with_mut_call
This lint will complain when you put a mutable function/method call
inside a `debug_assert` macro, because it will not be executed in
release mode, therefore it will change the execution flow, which is not
wanted.
2019-10-22 10:39:55 +02:00
..
auxiliary
ui Add lint for debug_assert_with_mut_call 2019-10-22 10:39:55 +02:00
ui-toml
compile-test.rs
dogfood.rs
fmt.rs
matches.rs
missing-test-files.rs
needless_continue_helpers.rs
versioncheck.rs