Clivern / Buzzard

🦀 Learning Rust by Examples.
https://github.com/Clivern/Buzzard/blob/master/src/main.rs
56 stars 4 forks source link

Mistake in borrow String after move example. #11

Closed fauu closed 4 years ago

fauu commented 4 years ago

Hey, this line isn't supposed to include .clone(), right?

https://github.com/Clivern/Buzzard/blob/7e0564f9aed0c0518c80084ef9474ebdac0404d3/src/main.rs#L809

Clivern commented 4 years ago

that's correct, thanks @fauu