mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 21:30:14 +03:00
fix libdparse deprecation in new check
This commit is contained in:
parent
cdf881c103
commit
0316c9d70a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ final class CyclomaticComplexityCheck : BaseAnalyzer
|
|||
mixin VisitComplex!AndAndExpression;
|
||||
mixin VisitComplex!OrOrExpression;
|
||||
mixin VisitComplex!TernaryExpression;
|
||||
mixin VisitComplex!ThrowStatement;
|
||||
mixin VisitComplex!ThrowExpression;
|
||||
mixin VisitComplex!Catch;
|
||||
mixin VisitComplex!LastCatch;
|
||||
mixin VisitComplex!ReturnStatement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue