Dan Seminara
Dan Seminara
Rust recently added `into_keys` and `into_values` that consume `self` and return an iterator over the moved keys or values. This doesn't work with AHashMap because the new functions are used...
### Description I apologize in advance for having a lot of code here, I've been trying to narrow this down to a simpler repro case, but I keep running into...
[This](https://github.com/dimforge/nalgebra/blob/48c8f6a5053fac48e305f5e5e0004a332811d092/nalgebra-macros/src/stack_impl.rs#L29) line triggers the `clippy::toplevel_ref_arg` warning for users of `stack!`. Example warning: ``` warning: `ref` on an entire `let` pattern is discouraged, take a reference with `&` instead --> src/main.rs:35:15...
The device appears to be working correctly otherwise, mouse and keyboard input are being sent to outputs A and B where appropriate. But if I stop moving the mouse, after...
Basically b024e1c3269226fafe0cf35a2d3ebc11862b9043 but for Saturating.