mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
water cooler complaint about gzip stream namespace
This commit is contained in:
parent
c2d37224c8
commit
da6d79c47c
@ -17,6 +17,9 @@ const FCOMMENT = 1 << 4;
|
||||
|
||||
const max_string_len = 1024;
|
||||
|
||||
/// TODO: the fully qualified namespace to this declaration is
|
||||
/// std.compress.gzip.GzipStream which has a redundant "gzip" in the name.
|
||||
/// Instead, it should be `std.compress.gzip.Stream`.
|
||||
pub fn GzipStream(comptime ReaderType: type) type {
|
||||
return struct {
|
||||
const Self = @This();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user