浏览代码

chore: remove resolved TOOD

Sam Jaffe 1 年之前
父节点
当前提交
ed6fe45de1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/jvalidate/validation_config.h

+ 0 - 1
include/jvalidate/validation_config.h

@@ -19,7 +19,6 @@ struct ValidationConfig {
 
   // When enabled, we will validate format constraints on the document, instead
   // of using them purely as annotations.
-  // TODO(samjaffe): A schema can also indicate this using $vocabulary
   bool validate_format = false;
 };
 }