mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-03 16:17:59 +01:00
Typo
This commit is contained in:
parent
50e0f46e06
commit
b45130f073
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub struct WriterResource {
|
|||
|
||||
pub type WriterResourceArc = ResourceArc<WriterResource>;
|
||||
|
||||
// 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);
|
||||
|
|
Loading…
Reference in a new issue