vhbit / lmdb-rs

Rust bindings for LMDB
MIT License
114 stars 46 forks source link

fix incorrect `&self` annotation #42

Closed nikomatsakis closed 7 years ago

nikomatsakis commented 7 years ago

This is a problem with the code uncovered by the fix in https://github.com/rust-lang/rust/pull/38897

xitep commented 7 years ago

Thank you!