Kriskras99 opened a new issue, #419:
URL: https://github.com/apache/avro-rs/issues/419
This allows one to do:
```rust
RecordField::builder().name("name").schema(Schema::Null).build()
```
Instead of:
```rust
RecordField::builder().name("name".to_string()).schema(Schema::Null).build()
```
Probably also applicable to other builders we have.
--
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]