summaryrefslogtreecommitdiff
path: root/ext/kv/proto/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/kv/proto/mod.rs')
-rw-r--r--ext/kv/proto/mod.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/kv/proto/mod.rs b/ext/kv/proto/mod.rs
deleted file mode 100644
index d258a0551..000000000
--- a/ext/kv/proto/mod.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
-
-// Generated code, disable lints
-#[allow(clippy::all, non_snake_case)]
-pub mod datapath {
- include!(concat!(env!("OUT_DIR"), "/datapath.rs"));
-}