Richard Smith 1 год назад
Родитель
Сommit
8650f1c173
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      toolchain/check/convert.h

+ 0 - 1
toolchain/check/convert.h

@@ -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.