abonander / buf_redux

A drop-in replacement for Rust's std::io::BufReader, with extra features
Apache License 2.0
38 stars 16 forks source link

Remove trailing semicolon from `do_read` macro #24

Open Aaron1011 opened 1 year ago

Aaron1011 commented 1 year ago

Fixes #23

This will allow the macro to continue to be used in expression position (e.g. match arms), where semicolons are not allowed.