| author | |
| committer | |
| log | ad2b175d45bdfd10fc8a067a7d6c31a09798d9f6 |
| tree | dbb4e2f5cacd288affbc00d52867bba3d23fcfe2 |
| parent | 4315a572335baf8a97ea9e1605d143fc94d23376 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/log.zig+1-1| ... | ... | @@ -18,7 +18,7 @@ |
| 18 | 18 | //! ``` |
| 19 | 19 | //! const std = @import("std"); |
| 20 | 20 | //! |
| 21 | //! pub const std_options = .{ | |
| 21 | //! pub const std_options: std.Options = .{ | |
| 22 | 22 | //! // Set the log level to info |
| 23 | 23 | //! .log_level = .info, |
| 24 | 24 | //! |