Remove macro_use in types.
This commit is contained in:
parent
ae02668d08
commit
541951ec3f
@ -100,8 +100,6 @@ use std::prelude::v1::*;
|
|||||||
mod reify;
|
mod reify;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
mod restore;
|
mod restore;
|
||||||
#[macro_use]
|
|
||||||
mod types;
|
|
||||||
|
|
||||||
mod api;
|
mod api;
|
||||||
mod ast;
|
mod ast;
|
||||||
@ -117,6 +115,7 @@ mod parser;
|
|||||||
pub mod serde;
|
pub mod serde;
|
||||||
mod tests;
|
mod tests;
|
||||||
mod tokenizer;
|
mod tokenizer;
|
||||||
|
mod types;
|
||||||
|
|
||||||
/// Error encountered when parsing a script.
|
/// Error encountered when parsing a script.
|
||||||
type PERR = ParseErrorType;
|
type PERR = ParseErrorType;
|
||||||
|
Loading…
Reference in New Issue
Block a user