summaryrefslogtreecommitdiff
path: root/ext/kv/proto/mod.rs
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2023-10-31 12:13:57 +0100
committerGitHub <noreply@github.com>2023-10-31 11:13:57 +0000
commit2d9298f5f5550c21ba218ff7095aa9afe80c7e02 (patch)
tree6daee1cc6007745097e176c7367b697e58632baf /ext/kv/proto/mod.rs
parent092555c611ebab87ad570b4dcb73d54288dccdd9 (diff)
chore: update ext/kv to use denokv_* crates (#20986)
This commit updates the ext/kv module to use the denokv_* crates for the protocol and the sqlite backend. This also fixes a couple of bugs in the sqlite backend, and updates versionstamps to be updated less linearly.
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"));
-}