Skip to content

Commit b0c3968

Browse files
committed
review comment
1 parent 962b219 commit b0c3968

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_hir/src/hir.rs

-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,6 @@ impl GenericParam<'hir> {
531531
.fold(None, |span: Option<Span>, bound| {
532532
// We include bounds that come from a `#[derive(_)]` but point at the user's code,
533533
// as we use this method to get a span appropriate for suggestions.
534-
// FIXME: a more "principled" approach should be taken here.
535534
if !bound.span().can_be_used_for_suggestions() {
536535
None
537536
} else {

0 commit comments

Comments
 (0)