summaryrefslogtreecommitdiff
path: root/core/lib.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-09-01 13:55:40 -0400
committerGitHub <noreply@github.com>2020-09-01 13:55:40 -0400
commitfee6f793302394f87ea2958088d14c44b66edae1 (patch)
tree4042ed74ed111c9311dbb55d808866f5662be3af /core/lib.rs
parent87e513ffc5d9c14ac4af6a893b9e862c55108bea (diff)
Remove unused crate_modules feature (#7311)
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!();