Skip to content

Conversation

@RRRadicalEdward
Copy link
Collaborator

Checks for infinite loops in a function where the return type is not ! and lint accordingly.
Making the return type ! serves as documentation that the function does not return. If the function is not intended to loop infinitely, then this lint may detect a bug.

@CBenoit CBenoit enabled auto-merge (squash) September 16, 2025 19:34
> Checks for infinite loops in a function where the return type is not ! and lint accordingly. > Making the return type ! serves as documentation that the function does not return. If the function is not intended to loop infinitely, then this lint may detect a bug.
@RRRadicalEdward RRRadicalEdward force-pushed the add-infinite_loop-clippy-style-and-readability-lint branch from 367fd56 to 79a3b3d Compare September 19, 2025 10:51
@github-actions
Copy link

github-actions bot commented Sep 19, 2025

Coverage Report 🤖 ⚙️

Past:
Total lines: 28993
Covered lines: 17732 (61.16%)

New:
Total lines: 28993
Covered lines: 17728 (61.15%)

Diff: -0.01%

[this comment will be updated automatically]

@CBenoit CBenoit merged commit 4f518f0 into master Sep 19, 2025
10 checks passed
@CBenoit CBenoit deleted the add-infinite_loop-clippy-style-and-readability-lint branch September 19, 2025 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants