Skip to content

Commit ec4ff6a

Browse files
committed
Introduce a warn
Signed-off-by: Šimon Brandner <[email protected]>
1 parent a0283db commit ec4ff6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/oblichey-cli/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ use processors::face::{FaceEmbedding, FaceForGUI};
1717
use processors::face_processor::FaceProcessor;
1818
use processors::scan_processor::ScanProcessor;
1919
use std::collections::HashMap;
20+
use std::process;
2021
use std::process::ExitCode;
2122
use std::sync::atomic::{AtomicBool, Ordering};
2223
use std::sync::{Arc, Mutex};

0 commit comments

Comments
 (0)