mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
7 lines
314 B
Rust
7 lines
314 B
Rust
#![allow(unused_imports)]
|
|
#![allow(dead_code)]
|
|
#![cfg_attr(feature = "cargo-clippy", allow(clippy, pedantic))]
|
|
use flatbuffers;
|
|
// GN_OUT_DIR is set either by build.rs (for the Cargo build), or by
|
|
// build_extra/rust/run.py (for the GN+Ninja build).
|
|
include!(concat!(env!("GN_OUT_DIR"), "/gen/msg_generated.rs"));
|