Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric authored Sep 5, 2017
1 parent 517a614 commit b96e9ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#[macro_use]
extern crate error_chain;
extern crate fs2;
#[cfg(any(all(target_os = "linux", not(target_env = "musl")),
target_os = "macos"))]
extern crate libc;
extern crate rustc_version;
extern crate serde_json;
Expand Down

0 comments on commit b96e9ff

Please sign in to comment.