Skip to content

fix: rustdoc::unportable_markdown was removed#7483

Merged
alamb merged 1 commit into
apache:mainfrom
crepererum:crepererum/fix_nightly_ci
May 8, 2025
Merged

fix: rustdoc::unportable_markdown was removed#7483
alamb merged 1 commit into
apache:mainfrom
crepererum:crepererum/fix_nightly_ci

Conversation

@crepererum

@crepererum crepererum commented May 8, 2025

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Rationale for this change

Nightly CI fails with:

  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 .

What changes are included in this PR?

-

Are there any user-facing changes?

-

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 .
@github-actions github-actions Bot added arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate labels May 8, 2025

@alamb alamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @crepererum

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants