mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
f396004b25
Fix false positive of [self_named_module_files] and [mod_module_files] changelog: [self_named_module_files] [mod_module_files]: No longer lints dependencies located in subdirectory of workspace fixes #8887 --- First time contributor here, just read contribution guide today. I have several questions: 1. ~Is it the correct way to use environment variable `CARGO_HOME` to get the location of cargo home directory?~ (Edit: Code no longer uses CARGO_HOME) 2. How to setup test for this PR? This involves multiple files and `CARGO_HOME` setup. ~Not sure how to do this.~ ~Edit: Working on tests right now~ A workspace_test has been added |
||
---|---|---|
.. | ||
test_utils | ||
ui | ||
ui-cargo | ||
ui-internal | ||
ui-toml | ||
workspace_test | ||
check-fmt.rs | ||
clippy.toml | ||
compile-test.rs | ||
dogfood.rs | ||
headers.rs | ||
integration.rs | ||
lint_message_convention.rs | ||
missing-test-files.rs | ||
versioncheck.rs | ||
workspace.rs |