Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge ScopedDirectoryFileSystem into host_fs::Filesystem #4824

Merged
merged 9 commits into from
Jun 20, 2024
Merged
Prev Previous commit
Next Next commit
fix output
  • Loading branch information
maminrayej committed Jun 11, 2024
commit 0051e82b4feaa0486fbdf7ef5531c7c8b8ddcb33
1 change: 0 additions & 1 deletion lib/virtual-fs/src/host_fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ impl FileSystem {
pub fn new(handle: Handle, root: impl Into<PathBuf>) -> Result<Self> {
let root = canonicalize(&root.into())?;

println!("new:root: {root:?}");
Ok(FileSystem { handle, root })
}
}
Expand Down
Loading