authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-03-03 02:14:59 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-03-03 02:14:59 -08:00
log8fa1ce680fd30408a51e4b949a0675e207f909f6
treeec0242878429495b1082a1c774d80a6a399e302f
parent72f75d6dbb89600e88e5bd04c2d945c70fdf3ac1
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

re-mark this pub


1 files changed, 1 insertions(+), 1 deletions(-)

url.zig+1-1
......@@ -1151,7 +1151,7 @@ pub const SearchParams = struct {
11511151 return list.toOwnedSlice();
11521152 }
11531153
1154 fn IteratorFor(comptime field: string) type {
1154 pub fn IteratorFor(comptime field: string) type {
11551155 return struct {
11561156 raw: RawIterator,
11571157