summaryrefslogtreecommitdiff
path: root/cli/bench/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r--cli/bench/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs
index 9bae6fab6..8f0627558 100644
--- a/cli/bench/main.rs
+++ b/cli/bench/main.rs
@@ -1,5 +1,8 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
+#![allow(clippy::print_stdout)]
+#![allow(clippy::print_stderr)]
+
use deno_core::error::AnyError;
use deno_core::serde_json;
use deno_core::serde_json::Value;