martin-g opened a new pull request, #505:
URL: https://github.com/apache/avro-rs/pull/505

   ```
   warning: unresolved link to `Writer`
      --> avro/src/writer/datum.rs:156:20
       |
   156 | /// markers; use [`Writer`] to be fully Avro-compatible if you don't 
know what
       |                    ^^^^^^ no item named `Writer` in scope
       |
       = help: to escape `[` and `]` characters, add '\' before them like `\[` 
or `\]`
       = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
   
   warning: unresolved link to `Writer::append_ser`
      --> avro/src/writer/datum.rs:172:33
       |
   172 | /// markers; use [`append_ser`](Writer::append_ser) to be fully 
Avro-compatible
       |                                 ^^^^^^^^^^^^^^^^^^ no item named 
`Writer` in scope
   ```


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