mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
fix: ide: exclude sized in go-to actions
This commit is contained in:
parent
2fdd1ac510
commit
3132a9e7fc
3 changed files with 24 additions and 3 deletions
|
@ -44,7 +44,7 @@ use hir_def::{
|
|||
generics::{LifetimeParamData, TypeOrConstParamData, TypeParamProvenance},
|
||||
hir::{BindingAnnotation, BindingId, ExprOrPatId, LabelId, Pat},
|
||||
item_tree::ItemTreeNode,
|
||||
lang_item::{LangItem, LangItemTarget},
|
||||
lang_item::LangItemTarget,
|
||||
layout::ReprOptions,
|
||||
macro_id_to_def_id,
|
||||
nameres::{self, diagnostics::DefDiagnostic, ModuleOrigin},
|
||||
|
@ -114,6 +114,7 @@ pub use {
|
|||
data::adt::StructKind,
|
||||
find_path::PrefixKind,
|
||||
import_map,
|
||||
lang_item::LangItem,
|
||||
nameres::ModuleSource,
|
||||
path::{ModPath, PathKind},
|
||||
type_ref::{Mutability, TypeRef},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue