rust/tests
Sebastian Andersson 7b7ddfa55d Preserve raw strs for: format!(s) to s.to_string() lint
Ie:
|     let s = format!(r#""hello""#);
|             ^^^^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `r#""hello""#.to_string()`
2020-10-09 20:23:03 +02:00
..
auxiliary
cargo integration tests: Replace lazy_static with SyncLazy 2020-10-06 08:20:18 +02:00
ui Preserve raw strs for: format!(s) to s.to_string() lint 2020-10-09 20:23:03 +02:00
ui-cargo Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup 2020-07-14 14:59:59 +02:00
ui-toml update error message, refactor disallowed_method 2020-09-25 11:09:04 -05:00
compile-test.rs integration tests: Replace lazy_static with SyncLazy 2020-10-06 08:20:18 +02:00
dogfood.rs integration tests: Replace lazy_static with SyncLazy 2020-10-06 08:20:18 +02:00
fmt.rs Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup 2020-08-28 18:43:25 +02:00
integration.rs Explain panic on E0463 in integration tests 2020-04-13 22:12:57 +02:00
missing-test-files.rs
versioncheck.rs