-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deprecate Deque::truncate, rename it to unsafe_truncate #1483
base: main
Are you sure you want to change the base?
Conversation
Here are three observations from the provided
These observations highlight areas where documentation and naming could be improved to ensure clarity and consistency in the codebase. |
Pull Request Test Coverage Report for Build 4771Details
💛 - Coveralls |
All the |
*ex: Map |
|
if a API might
panic
, I think rename it tounsafe_xxx
would be better, or we can handle thepanic
case make it safe,like this.
related issues.
len
< 0 #1481