crucible: fix hlint warning: Unused LANGUAGE pragma

This commit is contained in:
Langston Barrett 2019-05-01 14:14:07 -07:00
parent 230502c784
commit 5bf664d2ec

View File

@ -31,7 +31,6 @@
- ignore: {name: Redundant guard}
- ignore: {name: Redundant lambda}
- ignore: {name: Redundant return}
- ignore: {name: Unused LANGUAGE pragma}
- ignore: {name: Use $>}
- ignore: {name: Use &&}
- ignore: {name: Use ++}