Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bortoz committed Nov 10, 2024
1 parent 07297c5 commit 12a0325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions task-maker-exec/src/sandbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,9 @@ mod tests {
use std::collections::HashMap;
use std::path::Path;

#[cfg(not(target_os = "macos"))]
use tabox::configuration::{DirectoryMount, SandboxConfiguration};
#[cfg(not(target_os = "macos"))]
use tabox::syscall_filter::SyscallFilterAction;

use task_maker_dag::{Execution, ExecutionCommand};
Expand Down

0 comments on commit 12a0325

Please sign in to comment.