Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change ownership.md to talk about String instead of File #71

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

jonathanpallant
Copy link
Member

@jonathanpallant jonathanpallant commented Jun 16, 2023

Files are complicated, and I think the io::Result and so on gets in the way of the point about transferring ownership.

Strings also are complicated (a &String turns into a &str very easily), but that's easier to explain and actually relevant to the point at hand.

Closes: #70

Files are complicated, and I think the io::Result and so on gets in the way of the point about transferring ownership.

Strings also are complicated (a &String turns into a &str very easily), but that's easier to explain and actually relevant to the point at hand.
@listochkin listochkin merged commit 81fde71 into main Jun 20, 2023
@listochkin listochkin deleted the update-ownership-slides branch June 20, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We never mention Drop!
2 participants