sfackler / r2d2

A generic connection pool for Rust
Apache License 2.0
1.51k stars 82 forks source link

Replace deprecated ATOMIC_*_INIT by Atomic*::new #81

Closed 0mbi closed 5 years ago

sfackler commented 5 years ago

This will break the build on older compilers.

0mbi commented 5 years ago

Ok, close then?

sfackler commented 5 years ago

Yeah