Skip to content

Commit

Permalink
Add another cfg gate
Browse files Browse the repository at this point in the history
  • Loading branch information
eupn committed Sep 20, 2019
1 parent e15fa69 commit ebe3778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/embark.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! Subcommand for initializing `rmob` with the given Git repository.
#[cfg(not(windows))]
use std::os::unix::fs::OpenOptionsExt;
use std::path::Path;
use std::{fs, io::Result as IoResult};
Expand Down

0 comments on commit ebe3778

Please sign in to comment.