Skip to content

Commit 3eae8b1

Browse files
committed
fix: cfg
1 parent c05d4c6 commit 3eae8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sys/ptrace/linux.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ libc_enum! {
182182
target_arch = "aarch64",
183183
target_arch = "riscv64",
184184
)
185-
)
185+
),
186186
all(
187187
target_env = "musl",
188188
any(
@@ -251,7 +251,7 @@ pub unsafe trait RegisterSet {
251251
target_arch = "aarch64",
252252
target_arch = "riscv64",
253253
)
254-
)
254+
),
255255
all(
256256
target_env = "musl",
257257
any(

0 commit comments

Comments
 (0)