Skip to content

Commit b61fc3b

Browse files
committed
Mark test module as cfg(test)
1 parent be2a99d commit b61fc3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ fn is_hidden(entry: &DirEntry) -> bool {
209209
}
210210

211211

212-
212+
#[cfg(test)]
213213
mod test {
214214
use super::*;
215215

0 commit comments

Comments
 (0)