summaryrefslogtreecommitdiff
path: root/src/snapshot.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapshot.rs')
-rw-r--r--src/snapshot.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapshot.rs b/src/snapshot.rs
index e9457850e..16a186c29 100644
--- a/src/snapshot.rs
+++ b/src/snapshot.rs
@@ -1,5 +1,5 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-use libdeno::deno_buf;
+use crate::libdeno::deno_buf;
pub fn deno_snapshot() -> deno_buf {
#[cfg(not(feature = "check-only"))]