Commit bec649f
committed
fix:
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 .rustdoc::unportable_markdown was removed1 parent 1dc9760 commit bec649f
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
0 commit comments