mirror of
https://github.com/ziglang/zig.git
synced 2026-02-01 04:03:40 +00:00
This is a trivial change - this code did `usingnamespace` into an otherwise empty namespace, so the outer namespace was just unnecessary. Eliminates one more usage of `usingnamespace` from the standard library.