forked from M-Labs/nac3
11 lines
175 B
Rust
11 lines
175 B
Rust
#![warn(clippy::all)]
|
|
#![allow(clippy::clone_double_ref)]
|
|
|
|
extern crate num_bigint;
|
|
extern crate inkwell;
|
|
extern crate rustpython_parser;
|
|
extern crate indoc;
|
|
|
|
mod typecheck;
|
|
|