From 870622d3ccb3589eeb72a439717edf7e40d9b093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 6 Jan 2020 16:24:44 +0100 Subject: merge libdeno::DenoIsolate into core::Isolate (#3605) --- core/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'core/lib.rs') diff --git a/core/lib.rs b/core/lib.rs index b6e94c7d5..20f3dba86 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -10,6 +10,7 @@ extern crate rusty_v8; extern crate lazy_static; mod any_error; +mod bindings; mod flags; mod isolate; mod js_errors; -- cgit v1.2.3