(&self, msg: &str)
| 431 | self.warnings += 1; |
| 432 | } |
| 433 | pub fn info(&self, msg: &str) { |
| 434 | eprintln!(" {msg}"); |
| 435 | } |
| 436 | } |
| 437 | |
| 438 | // --------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected