Skip to content

Commit

Permalink
and a comment so we don't regress this
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrostew committed Aug 15, 2018
1 parent be03608 commit c1e8472
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/notion-core/src/path/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//! in a standard Notion layout in Windows operating systems.

use std::path::PathBuf;
// using std::os instead of std::os::windows because that was causing `cargo doc --features universal-docs` to fail
use std::os;
use std::io;

Expand Down

0 comments on commit c1e8472

Please sign in to comment.