srctree
repos
owner
network
issues
6
diffs
3
Public
Gregory Mullen
parent
e9ce53a2
c255b8f7
remove unneeded error from bleach
src/bleach.zig
added: 1, removed: 2, total 0
@@ -5,7 +5,6 @@ pub const Bleach = @This();
pub const Error = error{
NoSpaceLeft,
OutOfMemory,
NotImplemented,
};
pub const Rules = enum {