(&mut self, target: &[String])
| 803 | |
| 804 | impl SourceWithState { |
| 805 | fn change_namespace(&mut self, target: &[String]) { |
| 806 | self.change_namespace_with_docs(target, None); |
| 807 | } |
| 808 | |
| 809 | fn change_namespace_with_docs(&mut self, target: &[String], docs: Option<&str>) { |
| 810 | let mut same = 0; |
no test coverage detected