Rust-Tutorial
Rust-Tutorial
copied to clipboard
derekbanas
Reame
Issues
fix: add more details
Open
guuzaa
opened this issue 3 years ago
• 0 comments
add
if let
, reference rules, "modify value in HashMap" and "remove key in HashMap".
modify typo,
Change the comment on
line 601
to the following
// Here the ownership of the string was taken by the function
Oct 26 '22 11:10
guuzaa