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


##########
avro/src/error.rs:
##########
@@ -358,6 +358,9 @@ pub enum Details {
     #[error("Unknown primitive type: {0}")]
     ParsePrimitive(String),
 
+    #[error("Unknown primitive type: {0}, did you mean {1}?")]

Review Comment:
   ```suggestion
       #[error("Unknown primitive type: '{0}'. Did you mean '{1}' ?")]
   ```



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