]> git.lizzy.rs Git - rust.git/commit
Use `AtomicUsize` instead of `static mut` that require `unsafe`
authorTobias Bucher <tobiasbucher5991@gmail.com>
Thu, 30 Apr 2015 08:40:37 +0000 (10:40 +0200)
committerTobias Bucher <tobiasbucher5991@gmail.com>
Thu, 30 Apr 2015 08:40:37 +0000 (10:40 +0200)
commit2f221fd0957d4786a719e2e1087d4ad0d764aedb
tree8bd3d9c0b605491da53682e41d8bf1ba5003a4f9
parent35b0081543de176d20de314ee74966326b90efbc
Use `AtomicUsize` instead of `static mut` that require `unsafe`
src/mod.rs