diff options
Diffstat (limited to 'ext/kv/proto/mod.rs')
-rw-r--r-- | ext/kv/proto/mod.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/kv/proto/mod.rs b/ext/kv/proto/mod.rs new file mode 100644 index 000000000..d258a0551 --- /dev/null +++ b/ext/kv/proto/mod.rs @@ -0,0 +1,7 @@ +// 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")); +} |