Skip to content

Commit 8bf171f

Browse files
committed
Rust: add missing use because of semantic conflict
1 parent 03599b4 commit 8bf171f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/extractor/src/qltest.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use glob::glob;
44
use itertools::Itertools;
55
use std::ffi::OsStr;
66
use std::fs;
7+
use std::path::Path;
78
use std::process::Command;
89
use tracing::info;
910

0 commit comments

Comments
 (0)