diff options
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index e89e4a27b..fb6159dd9 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -21,7 +21,6 @@ pub mod errors; pub mod fs_util; pub mod inspector_server; pub mod js; -pub mod metrics; pub mod ops; pub mod permissions; pub mod tokio_util; |