Skip to content

Conversation

CrockAgile
Copy link
Collaborator

No description provided.

@coveralls
Copy link

Coverage Status

coverage: 95.914%. remained the same
when pulling 4432eb7 on cursor-rules
into 2207777 on main.

- **No TODOs**: TODO comments are forbidden
- **No unsafe blocks without documentation**: All unsafe blocks must be
documented
- **No ignored must-use values**: Use `let _ =` instead of `let _ =` for
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my eyes aren't seeing what's different between the don't use and do use here 🤔

must-use values
- **No redundant type annotations**: Remove unnecessary type annotations
- **No string-to-string conversions**: Avoid `.to_string()` on String types
- **No Rc<Vec<T>> or Rc<Mutex<T>> patterns**: Use more
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱 is there a reason to html escape these characters?

@CrockAgile CrockAgile closed this Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants