mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
8 lines
222 B
Rust
8 lines
222 B
Rust
|
// 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"));
|
||
|
}
|