Skip to content

Commit

Permalink
Remove not needed extern crate statements
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Mar 22, 2021
1 parent 72b5ff8 commit 0450740
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
#![allow(bad_style)]
#![doc(html_root_url = "https://docs.rs/miow/0.3/x86_64-pc-windows-msvc/")]

extern crate winapi;

#[cfg(test)]
extern crate rand;

use std::cmp;
use std::io;
use std::time::Duration;
Expand Down

0 comments on commit 0450740

Please sign in to comment.