Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jan 18, 2025
1 parent c6057e3 commit caa4463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/completion_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caa4463

Please sign in to comment.