martin-g commented on PR #342:
URL: https://github.com/apache/avro-rs/pull/342#issuecomment-3626669827
The CI checks didn't run for this PR for some reason.
There are Clippy errors:
```
error[E0658]: `let` expressions in this position are unstable
--> avro/src/schema_compatibility.rs:116:12
|
116 | if let Some(w_name) = writers_schema.name()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667
<https://github.com/rust-lang/rust/issues/53667> for more information
error[E0658]: `let` expressions in this position are unstable
--> avro/src/schema_compatibility.rs:117:16
|
117 | && let Some(r_name) = readers_schema.name()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667
<https://github.com/rust-lang/rust/issues/53667> for more information
```
--
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]