dentiny opened a new pull request, #685:
URL: https://github.com/apache/arrow-rs-object-store/pull/685

   # Rationale for this change
    
   I met unused warning at compilation
   ```sh
   [~/arrow-rs-object-store] (main) 
   vscode@bf21a2fa9d74$ cargo test --lib in_memory_test
      Compiling object_store v0.13.2 (/home/vscode/arrow-rs-object-store)
   warning: unused macro definition: `maybe_skip_integration`
       --> src/lib.rs:2157:18
        |
   2157 |     macro_rules! maybe_skip_integration {
        |                  ^^^^^^^^^^^^^^^^^^^^^^
        |
        = note: `#[warn(unused_macros)]` on by default
   
   warning: unused import: `maybe_skip_integration`
       --> src/lib.rs:2165:20
        |
   2165 |     pub(crate) use maybe_skip_integration;
        |                    ^^^^^^^^^^^^^^^^^^^^^^
        |
        = note: `#[warn(unused_imports)]` on by default
   ```
   
   # What changes are included in this PR?
   
   This PR removes unused macro, which is complaint by compiler.
   
   # Are there any user-facing changes?
   
   No


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