rust-log_buffer
rust-log_buffer copied to clipboard
Removes const_fn feature
Since this feature of Rust has stabilized, it can be removed. If left, compilation errors occur for users of the library on newer rust versions.
That considerably raises our MSRV, right?