We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a170ce commit 76667d1Copy full SHA for 76667d1
1 file changed
crates/vite_global_cli/src/commands/shell.rs
@@ -181,8 +181,11 @@ pub struct ShellProfile {
181
182
#[derive(Clone, Copy)]
183
pub enum ShellProfileRoot {
184
+ #[cfg_attr(windows, allow(dead_code))]
185
Home,
186
187
Zsh,
188
189
Fish,
190
NushellConfig,
191
NushellData,
0 commit comments