nac3/nac3core/src/lib.rs
2021-06-28 10:49:41 +08:00

10 lines
155 B
Rust

#![warn(clippy::all)]
#![allow(clippy::clone_double_ref)]
extern crate num_bigint;
extern crate inkwell;
extern crate rustpython_parser;
mod typecheck;