1
2
3
4
5
6
#![feature(box_patterns)]
#![allow(clippy::boxed_local)]
#![allow(clippy::vec_box)]

pub mod compiler;
pub mod feature;