Skip to content

Commit e4ae5f0

Browse files
committed
Fix typo in #14619
1 parent a8bb7be commit e4ae5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/uv/src/windows_exception.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ fn dump_regs(e: &mut ExceptionSafeStderr, c: &CONTEXT) -> std::fmt::Result {
187187
// SAFETY: The two variants of this anonymous union are equivalent,
188188
// one's an array and one has named registers.
189189
let regs = unsafe { c.Anonymous.Anonymous };
190-
let Windows::Win32::System::Diagnostics::Debug::CONTEXT_0_0 {
190+
let windows::Win32::System::Diagnostics::Debug::CONTEXT_0_0 {
191191
X0,
192192
X1,
193193
X2,

0 commit comments

Comments
 (0)