(self)
| 794 | |
| 795 | impl AllowStarPattern { |
| 796 | const fn is_no(self) -> bool { |
| 797 | matches!(self, AllowStarPattern::No) |
| 798 | } |
| 799 | } |
| 800 | |
| 801 | /// Returns `true` if the given expression is a real number literal or a unary |
no outgoing calls
no test coverage detected