summaryrefslogtreecommitdiff
path: root/ext/fs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fs')
-rw-r--r--ext/fs/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fs/lib.rs b/ext/fs/lib.rs
index d27712927..7ba6cd7ca 100644
--- a/ext/fs/lib.rs
+++ b/ext/fs/lib.rs
@@ -19,6 +19,7 @@ use crate::ops::*;
use deno_core::error::AnyError;
use deno_core::OpState;
use std::cell::RefCell;
+use std::convert::From;
use std::path::Path;
use std::rc::Rc;