-
Notifications
You must be signed in to change notification settings - Fork 282
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
Probably small typo #220
Comments
And in the chaper 6.8 before |
I just ran into your second comment. It doesn't compile with as_deref / as_deref_mut. I'm trying adding and unsafe block and using as_ref and as_mut. |
I'm not 100% sure what y'all mean, but I assume you're just thrown off because the head is a raw pointer and doesn't have an Option anymore? |
(the other typo has been fixed, thanks!) |
I've also stumbled here. The code in 6.8, attempting to call the |
Yes, I also figured out the |
In the chaper 6.7 Layout + Basic Redux
y/n with
actuallyy
The text was updated successfully, but these errors were encountered: