diff --git a/src/env.zig b/src/env.zig index 0631832..3a2878e 100644 --- a/src/env.zig +++ b/src/env.zig @@ -2,6 +2,7 @@ //! Backing in this context refers to the actual struct used to track the references //! to environment data //! and parent type refers to the actual object that owns the data. +//! const std = @import("std"); const RefConfig = struct { field: ?[]const u8 = null,