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


##########
avro/src/error.rs:
##########
@@ -637,6 +637,11 @@ pub enum Details {
 
     #[error("No key for value when serializing a map")]
     MapNoKey,
+
+    #[error(
+        "The implementation of `SchemaNameValidator` is incorrect, it returned 
an out-of-bounds index or provided a regex that did not capture a group named 
`name`"

Review Comment:
   ```suggestion
           "The implementation of `SchemaNameValidator` is incorrect! It 
returned an out-of-bounds index or provided a regex that did not capture a 
group named `name`"
   ```



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