summaryrefslogtreecommitdiff
path: root/core/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/lib.rs')
-rw-r--r--core/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/lib.rs b/core/lib.rs
index 413400668..d4a348f63 100644
--- a/core/lib.rs
+++ b/core/lib.rs
@@ -64,5 +64,3 @@ pub fn v8_version() -> &'static str {
fn test_v8_version() {
assert!(v8_version().len() > 3);
}
-
-crate_modules!();