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

   # Rationale for this change
    
   setting `required-features` in `[[bench]]` makes rust-analyzer happy, unless 
below error is linted:
   ```
   error[E0432]: unresolved import `arrow_schema::ffi`
     --> arrow-schema/benches/ffi.rs:18:19
      |
   18 | use arrow_schema::ffi::FFI_ArrowSchema;
      |                   ^^^ could not find `ffi` in `arrow_schema`
      |
   note: found an item that was configured out
     --> /Users/gwo/Idea/arrow-rs/arrow-schema/src/lib.rs:44:9
      |
   44 | pub mod ffi;
      |         ^^^
   note: the item is gated behind the `ffi` feature
     --> /Users/gwo/Idea/arrow-rs/arrow-schema/src/lib.rs:43:7
      |
   43 | #[cfg(feature = "ffi")]
      |       ^^^^^^^^^^^^^^^
   ```
   
   # What changes are included in this PR?
   
   modified `arrow-schema/Cargo.toml`
   
   # Are there any user-facing changes?
   no there aren't.


-- 
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