generalize marking infrastructure

This commit is contained in:
Aleksey Kladov 2019-01-23 15:36:29 +03:00
parent b846832b8b
commit 45da21672a
6 changed files with 91 additions and 86 deletions

View file

@ -8,7 +8,7 @@
pub mod db;
#[cfg(test)]
mod mock;
#[macro_use]
#[cfg(test)]
mod marks;
mod query_definitions;
mod path;