summaryrefslogtreecommitdiff
path: root/bench_util/src/lib.rs
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2022-03-24 11:23:40 +0100
committerGitHub <noreply@github.com>2022-03-24 11:23:40 +0100
commit6516130b0138ef382a0588f983287fb463222086 (patch)
treef250150295fb4d7a023c1fa7d92da621ac804340 /bench_util/src/lib.rs
parentc52d72e8e115f30be32cbb2a91a4c3aa117c328c (diff)
chore: drop src/ in bench_util & serde_v8 (#14097)
To align with conventions used in our other crates
Diffstat (limited to 'bench_util/src/lib.rs')
-rw-r--r--bench_util/src/lib.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/bench_util/src/lib.rs b/bench_util/src/lib.rs
deleted file mode 100644
index 1dfb06ae0..000000000
--- a/bench_util/src/lib.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
-mod js_runtime;
-mod profiling;
-
-pub use bencher;
-pub use js_runtime::*;
-pub use profiling::*; // Exports bench_or_profile! macro