remove query_definitions

This commit is contained in:
Aleksey Kladov 2019-02-11 17:44:54 +03:00
parent 6596793c0c
commit 28fd228c70
4 changed files with 20 additions and 34 deletions

View file

@ -20,7 +20,6 @@ macro_rules! impl_froms {
pub mod db;
#[macro_use]
pub mod mock;
mod query_definitions;
mod path;
pub mod source_binder;