mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-19 11:05:45 +00:00
reorganize compiler crates
This commit is contained in:
parent
3351b4408b
commit
060d153bb3
82 changed files with 12368 additions and 164 deletions
3
parser/src/python.rs
Normal file
3
parser/src/python.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
#![allow(clippy::all)]
|
||||
#![allow(unused)]
|
||||
include!("../python.rs");
|
Loading…
Add table
Add a link
Reference in a new issue