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 bed3746 commit 3e53811Copy full SHA for 3e53811
arrow-flight/src/lib.rs
@@ -37,6 +37,7 @@
37
//!
38
//! [Flight SQL]: https://arrow.apache.org/docs/format/FlightSql.html
39
#![allow(rustdoc::invalid_html_tags)]
40
+#![allow(rustdoc::unportable_markdown)]
41
42
use arrow_ipc::{convert, writer, writer::EncodedData, writer::IpcWriteOptions};
43
use arrow_schema::{ArrowError, Schema};
0 commit comments