renamed operator.rs to magic_methods.rs

This commit is contained in:
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 expression;
pub mod inference_core; pub mod inference_core;
mod operators; mod magic_methods;
pub mod primitives; pub mod primitives;
pub mod typedef; pub mod typedef;
pub mod context; pub mod context;