(self)
| 718 | |
| 719 | impl AllowStarPattern { |
| 720 | const fn is_no(self) -> bool { |
| 721 | matches!(self, AllowStarPattern::No) |
| 722 | } |
| 723 | } |
| 724 | |
| 725 | /// Returns `true` if the given expression is a real number literal or a unary |
no outgoing calls
no test coverage detected