martin-g commented on code in PR #394:
URL: https://github.com/apache/avro-rs/pull/394#discussion_r2685231331


##########
avro/src/schema.rs:
##########
@@ -2568,215 +2568,195 @@ fn field_ordering_position(field: &str) -> 
Option<usize> {
 
 /// Trait for types that serve as an Avro data model. Derive implementation 
available
 /// through `derive` feature. Do not implement directly!
-/// Implement `apache_avro::schema::derive::AvroSchemaComponent` to get this 
trait
+/// Implement [AvroSchemaComponent] to get this trait

Review Comment:
   
https://doc.rust-lang.org/rustdoc/write-documentation/linking-to-items-by-name.html
   
   > Backticks around the link will be stripped, so [`Option`] will correctly 
link to Option.



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