mod: cleanup TODO and outdated comments

This commit is contained in:
2025-11-05 18:32:49 +01:00
parent a83e86f8d9
commit e53bb7880b
8 changed files with 10 additions and 10 deletions

View File

@@ -40,8 +40,6 @@ pub fn eql(this: Style, other: Style) bool {
return meta.eql(this, other);
}
// TODO might be useful to use the std.ascii stuff!
pub fn value(this: Style, writer: *std.Io.Writer, cp: u21) !void {
var buffer: [4]u8 = undefined;
const bytes = try unicode.utf8Encode(cp, &buffer);