main-- / windows-gaming

This project makes it easy and straightforward to set up PCI/VGA passthrough on your system. - OR AT LEAST IT WOULD, IF IT WASNT DEAD
6 stars 1 forks source link

ga_hello one clone too much #73

Closed oberien closed 7 years ago

oberien commented 7 years ago
key: hotkey.key.clone(),

As we already clone the whole hotkeys vector, use into_iter instead of iter so we don't need to clone the key again.