]> git.lizzy.rs Git - rust.git/commit
Just lint changes
authorAlex <blyxyas@gmail.com>
Fri, 21 Oct 2022 17:46:47 +0000 (19:46 +0200)
committerAlex <blyxyas@gmail.com>
Tue, 25 Oct 2022 18:30:37 +0000 (20:30 +0200)
commit32ded577797fe4a3691e751ecf59b74c6160c47c
tree1bb2670c7c0f68804a03e7fe87ffb98853ccea32
parent634987b49e5401c93421d1c37e75757396b2e5a6
Just lint changes
CHANGELOG.md
clippy_lints/src/lib.register_lints.rs [new file with mode: 0644]
clippy_lints/src/lib.register_restriction.rs [new file with mode: 0644]
clippy_lints/src/lib.rs
clippy_lints/src/suspicious_xor_used_as_pow.rs [new file with mode: 0644]
src/docs.rs [new file with mode: 0644]
src/docs/suspicious_xor_used_as_pow.txt [new file with mode: 0644]
tests/ui/eq_op.rs
tests/ui/eq_op.stderr
tests/ui/suspicious_xor_used_as_pow.rs [new file with mode: 0644]
tests/ui/suspicious_xor_used_as_pow.stderr [new file with mode: 0644]