Skip to main content

teeny_triton/
triton_lang.rs

1#![allow(non_camel_case_types)]
2#![allow(dead_code)]
3#![allow(non_upper_case_globals)]
4#![allow(non_snake_case)]
5#![allow(unused_imports)]
6#![allow(missing_docs)] // generated DSL source text, not hand-written API
7
8include!(concat!(env!("OUT_DIR"), "/triton_lang.rs"));