rust/tests
bors 37d338c1ef Auto merge of #9506 - blyxyas:master, r=giraffate
Add lint for confusing use of `^` instead of `.pow`

fixes #4205
Adds a lint named [`confusing_xor_and_pow`], it warns the user when `a ^ b` is used as the `.pow()` function, it doesn't warn for Hex, Binary... etc.

---

changelog: New lint: [`confusing_xor_and_pow`]
2022-10-31 00:28:59 +00:00
..
test_utils
ui Auto merge of #9506 - blyxyas:master, r=giraffate 2022-10-31 00:28:59 +00:00
ui-cargo [use_self] fix suggestion when full path to struct was given 2022-10-26 18:30:32 +02:00
ui-internal Fix adjacent code 2022-10-15 07:03:29 -04:00
ui-toml Auto merge of #9692 - llogiq:mutable-key-more-arcs, r=Alexendoo 2022-10-25 11:27:33 +00:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs
dogfood.rs Add lintcheck to packages linted by dogfood test 2022-10-22 07:37:10 -04:00
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs Generate lint categories and explanations with declare_clippy_lint 2022-10-23 20:32:26 +00:00
workspace.rs