eww/src/lalrpop_helpers.rs
2021-07-16 14:19:54 +02:00

3 lines
48 B
Rust

pub fn b<T>(x: T) -> Box<T> {
Box::new(x)
}