We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a581ce commit 8d1e059Copy full SHA for 8d1e059
lib/std/zon/parse.zig
@@ -307,8 +307,7 @@ pub fn fromSlice(
307
/// Like `fromSlice`, but asserts at compile time that the result type doesn't contain pointers. As
308
/// such, the result doesn't need to be freed.
309
///
310
-/// An allocator is still required for temporary allocations made during parsing, and status must
311
-/// still be freed if it is non-null.
+/// An allocator is still required for temporary allocations made during parsing.
312
pub fn fromSliceFlat(
313
T: type,
314
gpa: Allocator,
0 commit comments