ivan-shrimp
Results
2
issues of
ivan-shrimp
## Description The current overflow checking logic for integers cannot check for all numeric overflow, as shown in this failing test case: ```rust // 356 cannot be stored in a...
bug
### What it does Checks for more manual reimplementations of various integer operations that are available as methods. (This can, and probably should, be separated into different lints.) An existing...
good-first-issue
A-lint