Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/lib.rs : prefix an unused variable with an underscore
unused variable: `metadata`, according to rustc, if this is intentional, prefix it with an underscore: `_metadata`
- Loading branch information