entry: import types from handle

This commit is contained in:
Pat Hickey
2020-09-14 16:29:23 -07:00
parent 5639881519
commit 83c1fa1b8b

View File

@@ -1,5 +1,4 @@
use crate::handle::{Handle, HandleRights}; use crate::handle::{Filetype, Handle, HandleRights};
use crate::wasi::types::Filetype;
use crate::{Error, Result}; use crate::{Error, Result};
use std::ops::Deref; use std::ops::Deref;
use std::path::PathBuf; use std::path::PathBuf;