Skip to content

Commit 3ab6eb2

Browse files
committed
whoops
1 parent 8856c74 commit 3ab6eb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/packaging/file_finder.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ impl TempFiles {
247247
}
248248
}
249249

250-
mod tests {
250+
#[cfg(test)]
251+
mod test {
251252
use std::{collections::HashSet, path::PathBuf};
252253

253254
use crate::packaging::file_finder::{check_is_case_sensitive, find_new_files};

0 commit comments

Comments
 (0)