gnzlbg / jemallocator

Rust allocator using jemalloc as a backend
Apache License 2.0
403 stars 112 forks source link

Add missing semicolon #172

Open fasterthanlime opened 2 years ago

fasterthanlime commented 2 years ago

Hi all! We've been trying out bazel to build our Rust code, and jemallocator was the hardest to get to work, but as it turns out, this is the only code change I needed to get the whole thing working.

Hope you don't mind an extra semicolon!

fasterthanlime commented 2 years ago

I see https://github.com/gnzlbg/jemallocator/pull/152 (from June 9, 2020) also fixes that!