Strict visibility for Net functions

This commit is contained in:
Nikolay Govorov
2026-02-25 05:58:08 +00:00
parent 3e2a4d8053
commit e1695a0874
2 changed files with 17 additions and 20 deletions

View File

@@ -38,9 +38,6 @@ const ArenaAllocator = std.heap.ArenaAllocator;
const IS_DEBUG = builtin.mode == .Debug;
const errorCheck = Net.errorCheck;
const errorMCheck = Net.errorMCheck;
const Method = Net.Method;
const ResponseHead = Net.ResponseHead;
const HeaderIterator = Net.HeaderIterator;