rust/tests
infrandomness 262b35ea2c Introduce option_take_on_temporary lints
This lint checks if Option::take() is used on a temporary value (a value
that is not of type &mut Option and that is not a Place expression) to
suggest omitting take()
2022-04-14 12:41:47 +02:00
..
test_utils
ui Introduce option_take_on_temporary lints 2022-04-14 12:41:47 +02:00
ui-cargo Handle relative paths in module_files lints 2022-03-30 18:44:04 +01:00
ui-internal Merge remote-tracking branch 'upstream/master' into rustup 2022-04-07 15:44:37 +01:00
ui-toml adding condition for map_clone message 2022-04-12 04:03:48 +09:00
workspace_test
check-fmt.rs Run fmt test before compile-test/dogfood 2022-04-02 12:34:06 +01:00
clippy.toml
compile-test.rs
dogfood.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs Remove cargo_metadata dependency from clippy 2022-04-01 23:18:47 -04:00
workspace.rs