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


##########
avro/tests/to_from_avro_datum_schemata.rs:
##########
@@ -110,6 +110,7 @@ fn test_avro_3683_multiple_schemata_writer_reader() -> 
TestResult {
     let mut writer = Writer::with_schemata(schema_b, schemata.clone(), &mut 
output, Codec::Null);
     writer.append(record.clone())?;
     writer.flush()?;
+    let _ = writer.into_inner()?;

Review Comment:
   > now has a Drop implementation, it lives until the end of the function
   
   Could you please point me to the Rust documentation confirming this ?
   



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