Skip to content

fix: rustdoc::unportable_markdown was removed #7483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025

Conversation

crepererum
Copy link
Contributor

@crepererum crepererum commented May 8, 2025

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
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @crepererum

@alamb alamb merged commit 0785d3f into apache:main May 8, 2025
12 checks passed
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