summaryrefslogtreecommitdiff
path: root/runtime/examples
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/examples')
-rw-r--r--runtime/examples/extension/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/examples/extension/main.rs b/runtime/examples/extension/main.rs
index 0026d0de0..0d7c4efb0 100644
--- a/runtime/examples/extension/main.rs
+++ b/runtime/examples/extension/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 std::path::Path;
use std::rc::Rc;