Skip to content

Commit

Permalink
Merge branch 'remove-extern-crate'
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Mar 22, 2021
2 parents 72b5ff8 + 9ceb569 commit d6ce40d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ abstractions.
default-target = "x86_64-pc-windows-msvc"
targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"]

[dependencies]

[dependencies.winapi]
version = "0.3.3"
Expand Down
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 d6ce40d

Please sign in to comment.