make mod private

This commit is contained in:
Aleksey Kladov 2018-11-20 18:34:10 +03:00
parent 713c3ea30b
commit 5f8068cea8

View File

@ -1,5 +1,5 @@
pub(super) mod imp;
pub(crate) mod scope;
mod scope;
use std::sync::Arc;