HarukaMa / aleo-pool-server

GNU Affero General Public License v3.0
77 stars 79 forks source link

update part error #5

Closed coinsccg closed 2 years ago

HarukaMa commented 2 years ago

Are you using JetBrains IDEs? The Address and Nonce (AleoLocator) types actually has Copy trait, but the JetBrains Rust plugin is not picking them up, resulting in some Cannot move false positives. You can observe this as well in snarkOS code. Or are there any other undesired behavior if you don't explicit clone those values?