Skip to content
Snippets Groups Projects
Commit c622f143 authored by Thomas Kennedy's avatar Thomas Kennedy
Browse files

Change iter to iter_mut

parent 317cf6b1
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ impl<'a> NewtonSolver<'a> {
}
}
pub fn iter(&mut self) -> &mut Self {
pub fn iter_mut(&mut self) -> &mut Self {
self
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment