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
Make a couple vm::Memory methods take &self instead of &mut self (#10543)
The `&mut self` was not necessary and also did not provide any help with using
the resulting `VMMemoryDefinition`s and their raw pointers, so just make these
methods take `&self`.
0 commit comments