Skip to content

Commit

Permalink
Drop qualify
Browse files Browse the repository at this point in the history
  • Loading branch information
termoshtt committed Nov 13, 2020
1 parent 86b3635 commit a1f3347
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
2 changes: 0 additions & 2 deletions exp2rs/src/parser/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
mod entity;
mod expression;
mod literal;
mod qualify;
mod schema;
mod simple_data_type;

pub use entity::*;
pub use expression::*;
pub use literal::*;
pub use qualify::*;
pub use schema::*;
pub use simple_data_type::*;

Expand Down
25 changes: 0 additions & 25 deletions exp2rs/src/parser/qualify.rs

This file was deleted.

0 comments on commit a1f3347

Please sign in to comment.