mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
parent
9507a01e9e
commit
2090b534fc
8 changed files with 65 additions and 46 deletions
|
@ -51,7 +51,7 @@ pub use hir_def::{
|
|||
find_path::PrefixKind,
|
||||
item_scope::ItemInNs,
|
||||
nameres::ModuleSource,
|
||||
path::ModPath,
|
||||
path::{ModPath, PathKind},
|
||||
type_ref::{Mutability, TypeRef},
|
||||
};
|
||||
pub use hir_expand::{
|
||||
|
@ -63,7 +63,4 @@ pub use hir_ty::display::HirDisplay;
|
|||
// These are negative re-exports: pub using these names is forbidden, they
|
||||
// should remain private to hir internals.
|
||||
#[allow(unused)]
|
||||
use {
|
||||
hir_def::path::{Path, PathKind},
|
||||
hir_expand::hygiene::Hygiene,
|
||||
};
|
||||
use {hir_def::path::Path, hir_expand::hygiene::Hygiene};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue