Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(linter): use
Expression::is_super
(#7850)
Simplify code by using `Expression::is_super` which was introduced in #7831. Also remove a lifetime bound which is unnecessary and replace use of `bool::then` (which I always find hard to read) with more explicit code.
- Loading branch information