Closed danii closed 1 week ago
All code in futures_util::lock::Mutex::new is const compatible, and I don't see a reason why it shouldn't be marked as a const fn. Can we haz?
futures_util::lock::Mutex::new
const
Guess not. My bad.
All code in
futures_util::lock::Mutex::new
isconst
compatible, and I don't see a reason why it shouldn't be marked as aconst
fn. Can we haz?