Yotam Ofek
Yotam Ofek
Requires no adaptations. Fixes #22 Also, thanks for this very useful crate :)
Requires no adaptations.
According to Miri, `RawStorageMut::swap_unchecked_linear` introduces a stacked borrows violation: ```text ➜ nalgebra git:(dev) ✗ cargo miri test -- edition::swap Preparing a sysroot for Miri (target: x86_64-unknown-linux-gnu)... done Compiling nalgebra-macros v0.2.1...
I'm opening a "draft" PR for this, because there are definitely some issues to address, but wanted to show a POC for this. Having `tokio-compat` macros that are orthogonal to...
This PR mostly fixes clippy warnings and cleans up some code. Hoping to breathe some life into this wonderful library 🥰
The default `ExactSizeIterator` calls `self.size_hint()` and then performs an assertion that the size hint's lower and higher bounds are equal, which is wasteful. I'm sure the compiler/LLVM can elide that...
https://github.com/gentoo90/winreg-rs/blob/850d852a3f12391b7bdeab77e179edf39784db2c/src/reg_key.rs#L979 I think that `EnumValues` should impl `Iterator` instead of using `String`s for the value names.