crepererum opened a new pull request, #7483:
URL: https://github.com/apache/arrow-rs/pull/7483

   # Which issue does this PR close?
   \-
   
   # Rationale for this change
   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 https://github.com/rust-lang/rust/pull/140709 .
   
   # What changes are included in this PR?
   \-
   
   # Are there any user-facing changes?
   \-


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to