zotero / citeproc-rs

CSL processor in Rust.

Home Page:https://cormacrelf.github.io/citeproc-wasm-demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

driver.free() is undefined

adomasven opened this issue · comments

The canary build does not have a defined driver.free() method.

Can you give more details on this? The method is definitely defined on the Driver class.

image

Sorry, this is my bad in not unwrapping the Driver.new() call and trying to use it like a Driver instance.

Yeah the unwrap is awful isn't it, sorry. You'll be able delete them again tomorrow.