martin-g commented on PR #246:
URL: https://github.com/apache/avro-rs/pull/246#issuecomment-3352290015

   
https://github.com/apache/avro-rs/actions/runs/18131946414/job/51600631350?pr=246
   ```
   error: method `len` is never used
     --> avro/src/decimal.rs:84:19
      |
   83 | impl Decimal {
      | ------------ method in this implementation
   84 |     pub(crate) fn len(&self) -> usize {
      |                   ^^^
      |
      = note: `-D dead-code` implied by `-D warnings`
      = help: to override `-D warnings` add `#[allow(dead_code)]`
   ```
   
   but it is used at 
https://github.com/apache/avro-rs/pull/246/files#diff-9ce454ff2db8b0477e609ee586622825012be35efe856246c9ec0de5936b3879R911
   
   The macros somehow confuse the compiler ...
   


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