Make ImportPrefix a configuration option

This commit is contained in:
Lukas Wirth 2020-10-05 17:41:49 +02:00
parent 67e71619b9
commit 8699331014
6 changed files with 49 additions and 10 deletions

View file

@ -48,6 +48,7 @@ pub use hir_def::{
body::scope::ExprScopes,
builtin_type::BuiltinType,
docs::Documentation,
find_path::PrefixKind,
item_scope::ItemInNs,
nameres::ModuleSource,
path::ModPath,