mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Make ImportPrefix a configuration option
This commit is contained in:
parent
67e71619b9
commit
8699331014
6 changed files with 49 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue