Skip to content

Commit

Permalink
chore: replace TODO comment with FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasfe committed Apr 1, 2023
1 parent 0b9c0c5 commit 25910bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hir-def/src/path/lower.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ pub(super) fn lower_generic_args(
args.push(GenericArg::Const(arg))
}
ast::GenericArg::ReturnTypeArg(_) => {
// TODO: return type notation is experimental, we don't do anything with it yet.
// FIXME: return type notation is experimental, we don't do anything with it yet.
}
}
}
Expand Down

0 comments on commit 25910bc

Please sign in to comment.