Skip to content

Commit

Permalink
fix windows-sys import order for cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-blroth committed Jun 26, 2024
1 parent 02bfe7d commit f0a010d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/windows.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::mem::MaybeUninit;

use windows_sys::Win32::System::ProcessStatus::GetProcessMemoryInfo;
use windows_sys::Win32::System::ProcessStatus::PROCESS_MEMORY_COUNTERS;
use windows_sys::Win32::System::ProcessStatus::{GetProcessMemoryInfo, PROCESS_MEMORY_COUNTERS};
use windows_sys::Win32::System::Threading::GetCurrentProcess;

use crate::MemoryStats;
Expand Down

0 comments on commit f0a010d

Please sign in to comment.