Skip to content

Conversation

@winstonallo
Copy link
Collaborator

Updated README to clarify rules regarding unsafe code and comments.

Updated README to clarify rules regarding unsafe code and comments.
@winstonallo winstonallo merged commit accc70a into main Nov 7, 2025
3 checks passed
@winstonallo winstonallo deleted the winstonallo-patch-1 branch November 7, 2025 18:40
- `unsafe fn` means **_'know what you are doing before calling this function'_**.
- `unsafe trait` means **_'know what you are doing before implementing this trait'_**.
- `unsafe {}` and `unsafe impl` both mean **_'I know what I am doing'_**.
- `unsafe {}` and `unsafe impl` both mean **_'I know what I am doing, let me cook'_**.
Copy link
Collaborator

Choose a reason for hiding this comment

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

xd

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

i look at these subjects every once in a while and i just want to change everything

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