Kriskras99 commented on code in PR #429:
URL: https://github.com/apache/avro-rs/pull/429#discussion_r2721561745
##########
avro/src/schema/record/schema.rs:
##########
@@ -42,6 +45,18 @@ pub struct RecordSchema {
pub attributes: BTreeMap<String, Value>,
}
+use record_schema_builder::{IsUnset, SetName, State};
Review Comment:
Or move the import inside the `try_name` function
--
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]