summaryrefslogtreecommitdiff
path: root/src/msg.rs
blob: 5c0244509c63466ec9f7f143a9b3e69ba45c8525 (plain)
1
2
3
4
5
6
#![allow(unused_imports)]
#![allow(dead_code)]
use flatbuffers;
// TODO Replace DENO_BUILD_PATH with OUT_DIR. gn/ninja should generate into
// the same output directory as cargo uses.
include!(concat!(env!("DENO_BUILD_PATH"), "/gen/msg_generated.rs"));