Skip to content

Commit

Permalink
Remove out-of-date TODO (#4390)
Browse files Browse the repository at this point in the history
  • Loading branch information
zygoloid authored Oct 9, 2024
1 parent 6410d6e commit 8650f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion toolchain/check/convert.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ struct ConversionTarget {
// Convert for an explicit `as` cast. This allows any expression category
// as the result, and uses the `As` interface instead of the `ImplicitAs`
// interface.
// TODO: Use of an interface for conversions is not yet supported.
ExplicitAs,
// The result of the conversion is discarded. It can't be an initializing
// expression, but can be anything else.
Expand Down

0 comments on commit 8650f1c

Please sign in to comment.