docs(zon/stringify.zig): Added missing non-serializable type

This commit is contained in:
Alexandre Blais 2025-08-09 16:20:44 -04:00 committed by Alex Rønne Petersen
parent 6bb6013d3a
commit 6eeceb4b14

View file

@ -12,6 +12,7 @@
//! * `noreturn`
//! * Error sets/error unions
//! * Untagged unions
//! * Non-exhaustive enums
//! * Many-pointers or C-pointers
//! * Opaque types, including `anyopaque`
//! * Async frame types, including `anyframe` and `anyframe->T`