1
Fork 0

Revert "Add recursion limit to FFI safety lint"

This reverts commit 716044751b.
This commit is contained in:
Michael Goulet 2024-09-23 12:43:44 -04:00
parent 702987f75b
commit de66639bbc
5 changed files with 18 additions and 50 deletions

View file

@ -395,8 +395,6 @@ lint_improper_ctypes_opaque = opaque types have no C equivalent
lint_improper_ctypes_pat_help = consider using the base type instead
lint_improper_ctypes_pat_reason = pattern types have no C equivalent
lint_improper_ctypes_recursion_limit_reached = type is infinitely recursive
lint_improper_ctypes_slice_help = consider using a raw pointer instead
lint_improper_ctypes_slice_reason = slices have no C equivalent