fix: impossible include
This commit is contained in:
parent
f378e685f9
commit
1bfd96d7bb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,6 @@ pub mod filesystem;
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use crate::filesystem::Fileify;
|
||||
|
||||
#[cfg(feature = "dom")]
|
||||
#[test]
|
||||
|
@ -33,6 +32,7 @@ mod tests {
|
|||
#[cfg(feature = "fs")]
|
||||
#[test]
|
||||
fn fs() {
|
||||
use crate::filesystem::Fileify;
|
||||
if let Ok(_) = std::path::Path::new("./file").ensure_file() {
|
||||
let _ = std::fs::remove_file("./file");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue