mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Remove fixme comment
This commit is contained in:
parent
3ceaf806f6
commit
596a6bf6be
@ -1793,7 +1793,6 @@ fn named_associated_type_shorthand_candidates<'db, R>(
|
|||||||
// Handle `Self::Type` referring to own associated type in trait definitions
|
// Handle `Self::Type` referring to own associated type in trait definitions
|
||||||
// This *must* be done first to avoid cycles with
|
// This *must* be done first to avoid cycles with
|
||||||
// `generic_predicates_for_param`, but not sure that it's sufficient,
|
// `generic_predicates_for_param`, but not sure that it's sufficient,
|
||||||
// see FIXME in `search`.
|
|
||||||
if let GenericDefId::TraitId(trait_id) = param_id.parent() {
|
if let GenericDefId::TraitId(trait_id) = param_id.parent() {
|
||||||
let trait_name = &db.trait_signature(trait_id).name;
|
let trait_name = &db.trait_signature(trait_id).name;
|
||||||
tracing::debug!(?trait_name);
|
tracing::debug!(?trait_name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user