You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In chapter 6.6, in "Basic borrows" section, the &mut -> *mut -> &mut -> *mut thing should probably be written as *mut -> &mut -> *mut -> &mut according to the code listing following this line.
The text was updated successfully, but these errors were encountered:
In chapter 6.6, in "Basic borrows" section, the
&mut -> *mut -> &mut -> *mut
thing should probably be written as*mut -> &mut -> *mut -> &mut
according to the code listing following this line.The text was updated successfully, but these errors were encountered: