diff --git a/src/steps/emacs.rs b/src/steps/emacs.rs index 4819ad75..a6afa8c9 100644 --- a/src/steps/emacs.rs +++ b/src/steps/emacs.rs @@ -1,4 +1,4 @@ -#[cfg(any(windows))] +#[cfg(windows)] use std::env; use std::path::{Path, PathBuf};