Skip to content

Commit 0785d3f

Browse files
authored
fix: rustdoc::unportable_markdown was removed (#7483)
Nightly CI fails with: ```text Documenting arrow-flight v55.0.0 (/__w/arrow-rs/arrow-rs/arrow-flight) error: lint `rustdoc::unportable_markdown` has been removed: old parser removed --> arrow-flight/src/sql/mod.rs:48:14 | 48 | #![allow(rustdoc::unportable_markdown)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D renamed-and-removed-lints` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(renamed_and_removed_lints)]` error: could not document `arrow-flight` ``` due to rust-lang/rust#140709 .
1 parent 1dc9760 commit 0785d3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arrow-flight/src/sql/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ use prost::Message;
4545

4646
#[allow(clippy::all)]
4747
mod gen {
48-
#![allow(rustdoc::unportable_markdown)]
4948
// Since this file is auto-generated, we suppress all warnings
5049
#![allow(missing_docs)]
5150
include!("arrow.flight.protocol.sql.rs");

0 commit comments

Comments
 (0)