Skip to content

Commit f9e21a1

Browse files
committed
Try to fix .fixed file
1 parent d050e32 commit f9e21a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ui/xor_used_as_pow.fixed

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#![warn(clippy::xor_used_as_pow)]
33

44
// Should not be linted
5+
#![allow(dead_code)]
56
enum E {
67
First = 1 ^ 8,
78
Second = 2 ^ 8,

tests/ui/xor_used_as_pow.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#![warn(clippy::xor_used_as_pow)]
33

44
// Should not be linted
5+
#![allow(dead_code)]
56
enum E {
67
First = 1 ^ 8,
78
Second = 2 ^ 8,

0 commit comments

Comments
 (0)