From 34035d1db738d4105936f4f861c9c5a97a1e6998 Mon Sep 17 00:00:00 2001 From: WATANABE Yuki Date: Mon, 6 May 2024 16:38:25 +0900 Subject: [PATCH] Remove obsolete todo --- yash-syntax/src/parser/error.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/yash-syntax/src/parser/error.rs b/yash-syntax/src/parser/error.rs index a3e62e97..4caad9ca 100644 --- a/yash-syntax/src/parser/error.rs +++ b/yash-syntax/src/parser/error.rs @@ -60,7 +60,6 @@ pub enum SyntaxError { MissingRedirOperand, /// A here-document operator is missing its delimiter token. MissingHereDocDelimiter, - // TODO Include the corresponding here-doc operator. /// A here-document operator is missing its corresponding content. MissingHereDocContent, /// A here-document content is missing its delimiter.