remove visitor module

This commit is contained in:
Ekaterina Babshukova 2019-10-05 17:48:31 +03:00
parent 2fc2290173
commit 311dbb8545
6 changed files with 27 additions and 144 deletions

View file

@ -1,7 +1,5 @@
//! FIXME: write short doc here
pub mod visit;
use std::ops::RangeInclusive;
use itertools::Itertools;