mirror of
https://github.com/sagiegurari/cargo-make
synced 2026-06-08 17:20:03 +00:00
fix build
This commit is contained in:
@@ -3,6 +3,8 @@ use std::path::Path;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
use crate::completion::generate_completion_zsh;
|
||||
|
||||
#[cfg(target_os = "linux")]
|
||||
use std::io::Cursor;
|
||||
|
||||
// Function to clean up test environment by removing the completion file
|
||||
|
||||
Reference in New Issue
Block a user