dwango / fibers-rs

A Rust library to execute a number of lightweight asynchronous tasks (a.k.a, fibers) based on futures and mio.
MIT License
182 stars 11 forks source link

Stop format!ing in assert_some #19

Closed koba-e964 closed 5 years ago

koba-e964 commented 5 years ago

assert が成功するときにも format! するのは無駄であるため。