Skip to content

Commit

Permalink
clean up some comments
Browse files Browse the repository at this point in the history
The Windows build breaks are semi-explained! See
rust-lang/cargo#2990.
  • Loading branch information
oconnor663 committed Aug 20, 2016
1 parent 8a231ee commit 81bf990
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// TODO: Figure out why including lazy_static breaks the Windows build.
#[cfg(not(windows))]
#[macro_use]
extern crate lazy_static;

// TODO: Figure out why Windows things we're depending on the unstable libc.
#[cfg(not(windows))]
extern crate libc;

Expand Down

0 comments on commit 81bf990

Please sign in to comment.