diff options
Diffstat (limited to 'vendor/home/src/lib.rs')
-rw-r--r-- | vendor/home/src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/home/src/lib.rs b/vendor/home/src/lib.rs index ad254ca3b..a8af963f3 100644 --- a/vendor/home/src/lib.rs +++ b/vendor/home/src/lib.rs @@ -25,12 +25,12 @@ //! //! [discussion]: https://github.com/rust-lang/rust/pull/46799#issuecomment-361156935 -#![doc(html_root_url = "https://docs.rs/home/0.5.4")] +#![doc(html_root_url = "https://docs.rs/home/0.5.5")] #![deny(rust_2018_idioms)] pub mod env; -#[cfg(windows)] +#[cfg(target_os = "windows")] mod windows; use std::io; |