Scott Lamb fe575e1b63 stop using sync::ONCE_INIT
This addressed a deprecation warning on nightly (will be in Rust 1.38).
Use parking_lot instead, which in theory is faster (although I doubt
it's significant here).
2019-07-24 21:52:55 -07:00
..
2019-06-14 08:47:11 -07:00
2019-06-30 23:54:52 -05:00
2019-07-10 17:03:30 -07:00
2019-06-14 08:47:11 -07:00
2019-07-24 21:52:55 -07:00