mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-17 01:51:39 +09:00
Split rustpython_derive into multiple files
This commit is contained in:
@@ -30,7 +30,9 @@ extern crate statrs;
|
||||
|
||||
extern crate rustpython_parser;
|
||||
#[macro_use]
|
||||
pub extern crate rustpython_derive;
|
||||
extern crate rustpython_derive;
|
||||
|
||||
pub use rustpython_derive::*;
|
||||
|
||||
//extern crate eval; use eval::eval::*;
|
||||
// use py_code_object::{Function, NativeType, PyCodeObject};
|
||||
|
||||
Reference in New Issue
Block a user