From ad2b175d45bdfd10fc8a067a7d6c31a09798d9f6 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Thu, 22 May 2025 12:50:33 +0200 Subject: std.log: fix example --- lib/std/log.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/log.zig') diff --git a/lib/std/log.zig b/lib/std/log.zig index 81a0ab0947..3479766678 100644 --- 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, //! -- cgit v1.2.3