Skip to content

Commit

Permalink
docs: remove experimental marker on C Stream Interface (apache#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jun 16, 2022
1 parent 4230f7a commit 735ee92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arrow/src/ffi_stream.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit 735ee92

Please sign in to comment.