Kriskras99 commented on code in PR #448:
URL: https://github.com/apache/avro-rs/pull/448#discussion_r2746790584
##########
avro/src/serde/with.rs:
##########
@@ -202,18 +212,18 @@ pub mod fixed {
use crate::{
Schema,
- schema::{FixedSchema, Name, Names, Namespace},
+ schema::{FixedSchema, Name, Names, Namespace, RecordField},
};
/// Returns `Schema::Fixed(N)` named `serde_avro_fixed_{N}`
#[expect(clippy::map_entry, reason = "We don't use the value from the
map")]
pub fn get_schema_in_ctxt<const N: usize>(
named_schemas: &mut Names,
- enclosing_namespace: &Namespace,
+ enclosing_pace: &Namespace,
Review Comment:
Ctrrl+F "_name" Ctrl+R "_", whoops
--
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]