fix: ide: exclude sized in go-to actions

This commit is contained in:
Jake Heinz 2023-05-02 08:19:59 +00:00
parent 2fdd1ac510
commit 3132a9e7fc
3 changed files with 24 additions and 3 deletions

View file

@ -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},