Skip to content

Commit

Permalink
Run rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Nov 15, 2020
1 parent a05b83f commit 73faf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iocp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ use std::os::windows::io::*;
use std::time::Duration;

use crate::handle::Handle;
use crate::Overlapped;
use winapi::shared::basetsd::*;
use winapi::shared::ntdef::*;
use winapi::um::handleapi::*;
use winapi::um::ioapiset::*;
use winapi::um::minwinbase::*;
use crate::Overlapped;

/// A handle to an Windows I/O Completion Port.
#[derive(Debug)]
Expand Down

0 comments on commit 73faf28

Please sign in to comment.