Skip to content

Commit 6eeceb4

Browse files
AlexandreBlais42alexrp
authored andcommitted
docs(zon/stringify.zig): Added missing non-serializable type
1 parent 6bb6013 commit 6eeceb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/std/zon/stringify.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
//! * `noreturn`
1313
//! * Error sets/error unions
1414
//! * Untagged unions
15+
//! * Non-exhaustive enums
1516
//! * Many-pointers or C-pointers
1617
//! * Opaque types, including `anyopaque`
1718
//! * Async frame types, including `anyframe` and `anyframe->T`

0 commit comments

Comments
 (0)