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 e3bca2b commit 0ad384cCopy full SHA for 0ad384c
crates/libs/windows/src/core/heap.rs
@@ -32,7 +32,7 @@ pub unsafe fn heap_free(ptr: RawPtr) {
32
}
33
34
35
-/// Copy len elements of an iterator of type `T` into a freshly allocated buffer with an additional default `T` at the end.
+/// Copy len elements of an iterator of type `T` into a freshly allocated buffer.
36
///
37
/// Returns a pointer to the beginning of the buffer. This pointer must be freed when done using `heap_free`.
38
0 commit comments