Skip to content

Commit cca2e88

Browse files
committed
style: make clippy happy
1 parent 3eae8b1 commit cca2e88

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/sys/ptrace/linux.rs

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,7 @@ libc_enum! {
185185
),
186186
all(
187187
target_env = "musl",
188-
any(
189-
target_arch = "aarch64",
190-
)
188+
target_arch = "aarch64",
191189
)
192190
),
193191
))]
@@ -218,9 +216,7 @@ libc_enum! {
218216
),
219217
all(
220218
target_env = "musl",
221-
any(
222-
target_arch = "aarch64",
223-
)
219+
target_arch = "aarch64",
224220
)
225221
),
226222
))]
@@ -254,9 +250,7 @@ pub unsafe trait RegisterSet {
254250
),
255251
all(
256252
target_env = "musl",
257-
any(
258-
target_arch = "aarch64",
259-
)
253+
target_arch = "aarch64",
260254
)
261255
),
262256
))]

0 commit comments

Comments
 (0)