From c1e8472e31dba57d0386da82cad3726be3c00698 Mon Sep 17 00:00:00 2001 From: Michael Stewart Date: Wed, 15 Aug 2018 13:50:29 -0700 Subject: [PATCH] and a comment so we don't regress this --- crates/notion-core/src/path/windows.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/notion-core/src/path/windows.rs b/crates/notion-core/src/path/windows.rs index ddb3891a1..090935502 100644 --- a/crates/notion-core/src/path/windows.rs +++ b/crates/notion-core/src/path/windows.rs @@ -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;