commit 42a9ba90c264964b9f723fb2c4dd0c53bb88f897
parent 35a043544169a5f1db3c598b376ccf47436682de
Author: Alexey Yerin <yyp@disroot.org>
Date: Fri, 22 Oct 2021 11:14:17 +0300
format::ini: remove obsolete comment
Signed-off-by: Alexey Yerin <yyp@disroot.org>
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/format/ini/types.ha b/format/ini/types.ha
@@ -15,7 +15,6 @@ case err: io::error =>
case utf8::invalid =>
return "File is invalid UTF-8";
case s: syntaxerr =>
- // XXX: tuple unpacking could improve this
static let buf: [1024]u8 = [0...];
yield fmt::bsprintf(buf, "{}: Invalid syntax", s: size);
};