Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 4, 2023
1 parent 0329af0 commit 92eee0a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,10 @@ mod lock {

#[cfg(all(
windows,
any(target_env = "msvc", all(target_env = "gnu", any(target_arch = "x86", target_arch = "arm"))),
any(
target_env = "msvc",
all(target_env = "gnu", any(target_arch = "x86", target_arch = "arm"))
),
not(target_vendor = "uwp")
))]
mod dbghelp;
Expand Down

0 comments on commit 92eee0a

Please sign in to comment.