renamed operator.rs to magic_methods.rs

refactor
pca006132 2020-12-31 16:10:03 +08:00
parent 231bcd95fc
commit dea987dfde
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ extern crate rustpython_parser;
// pub mod expression;
pub mod inference_core;
mod operators;
mod magic_methods;
pub mod primitives;
pub mod typedef;
pub mod context;