| 11 | } |
| 12 | |
| 13 | struct ConsoleOutput<'r> { |
| 14 | git: &'r mut Client, |
| 15 | buf: String, |
| 16 | repo_id: RepoId, |
| 17 | } |
| 18 | |
| 19 | impl<'r> Visitor for &mut ConsoleOutput<'r> { |
| 20 | fn visit_topic(&mut self, topic: &RepoTopic) -> Result<()> { |
nothing calls this directly
no outgoing calls
no test coverage detected