Skip to content

Commit

Permalink
Add missing #[cfg(test)]
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 18, 2024
1 parent d5ac25e commit f673dcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ impl Borrow<VirtualPath> for VirtualPathBuf {
}
}

#[cfg(test)]
mod tests {
use crate::path::VirtualPathBuf;

Expand Down

0 comments on commit f673dcf

Please sign in to comment.