move fuzzy source binding to a separete mode

This commit is contained in:
Aleksey Kladov 2018-12-05 13:16:20 +03:00
parent 7960c8b276
commit 4344264024
7 changed files with 121 additions and 131 deletions

View file

@ -22,6 +22,7 @@ mod function;
mod module;
mod path;
mod arena;
pub mod source_binder;
use std::ops::Index;