Skip to content

Commit 3e53811

Browse files
committed
allow rustdoc::unportable_markdown in arrow-flight.
1 parent bed3746 commit 3e53811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arrow-flight/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
//!
3838
//! [Flight SQL]: https://arrow.apache.org/docs/format/FlightSql.html
3939
#![allow(rustdoc::invalid_html_tags)]
40+
#![allow(rustdoc::unportable_markdown)]
4041

4142
use arrow_ipc::{convert, writer, writer::EncodedData, writer::IpcWriteOptions};
4243
use arrow_schema::{ArrowError, Schema};

0 commit comments

Comments
 (0)