Skip to content

Commit e732cd3

Browse files
committed
Remove remaining references to windows::*
1 parent 8de9be8 commit e732cd3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/backtrace/dbghelp32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
#![allow(bad_style)]
1313

14-
use super::super::{dbghelp, windows::*, windows_sys::*};
14+
use super::super::{dbghelp, windows_sys::*};
1515
use core::ffi::c_void;
1616
use core::mem;
1717

src/symbolize/gimli/libs_windows.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
use super::super::super::windows::*;
21
use super::super::super::windows_sys::*;
32
use super::mystd::os::windows::prelude::*;
43
use super::{coff, mmap, Library, LibrarySegment, OsString};

0 commit comments

Comments
 (0)