blob: d258a05511de8a4cd8a0c2e50ed158b3d7ce9f35 (
plain)
1
2
3
4
5
6
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"));
}
|