(&self, f: &mut fmt::Formatter<'_>)
| 666 | |
| 667 | impl fmt::Display for UnparseExpr<'_> { |
| 668 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 669 | Unparser::new(f, self.source).unparse_expr(self.expr, precedence::TEST) |
| 670 | } |
| 671 | } |
no test coverage detected