diff --git a/native/philomena/src/zip.rs b/native/philomena/src/zip.rs index 47fd4977..9d8c35aa 100644 --- a/native/philomena/src/zip.rs +++ b/native/philomena/src/zip.rs @@ -18,7 +18,7 @@ pub struct WriterResource { pub type WriterResourceArc = ResourceArc; -// TODO: rustler must fix the resource macro to provide a top-level impl definiton +// TODO: rustler must fix the resource macro to provide a top-level impl definition #[allow(non_local_definitions)] pub fn load(env: Env, _: Term) -> bool { rustler::resource!(WriterResource, env);