zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit ad2b175d45bdfd10fc8a067a7d6c31a09798d9f6 (tree)
parent 4315a572335baf8a97ea9e1605d143fc94d23376
Author: Felix Rabe <felix@rabe.io>
Date:   Thu, 22 May 2025 12:50:33 +0200

std.log: fix example
Diffstat:
Mlib/std/log.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/std/log.zig b/lib/std/log.zig @@ -18,7 +18,7 @@ //! ``` //! const std = @import("std"); //! -//! pub const std_options = .{ +//! pub const std_options: std.Options = .{ //! // Set the log level to info //! .log_level = .info, //!