This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 735ee927d docs: remove experimental marker on C Stream Interface
(#1821)
735ee927d is described below
commit 735ee927d099a6ab6a4d52c36d87d3c0026cddf1
Author: Will Jones <[email protected]>
AuthorDate: Thu Jun 16 21:31:27 2022 +0200
docs: remove experimental marker on C Stream Interface (#1821)
---
arrow/src/ffi_stream.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/arrow/src/ffi_stream.rs b/arrow/src/ffi_stream.rs
index c06b52333..3a85f2ef6 100644
--- a/arrow/src/ffi_stream.rs
+++ b/arrow/src/ffi_stream.rs
@@ -81,7 +81,6 @@ const EINVAL: i32 = 22;
const ENOSYS: i32 = 78;
/// ABI-compatible struct for `ArrayStream` from C Stream Interface
-/// This interface is experimental
/// See
<https://arrow.apache.org/docs/format/CStreamInterface.html#structure-definitions>
/// This was created by bindgen
#[repr(C)]