From 5a8a989b7815023f33a1e3183a55cc8999af5d98 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Sun, 10 Oct 2021 17:20:30 +0200 Subject: refactor(metrics): move to core (#12386) Avoids overhead of wrapping ops (and allocs when inspecting async-op futures) --- runtime/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/lib.rs') 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; -- cgit v1.2.3