-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Implement clamp_min and clamp_max #147786
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
base: master
Are you sure you want to change the base?
Conversation
|
Oops. Silly copypaste mistakes. |
|
@rustbot ready |
|
r=me after squashing commits @bors delegate+ |
|
✌️ @Kyuuhachi, you can now approve this pull request! If @joboet told you to " |
Add example clamping by length Implement clamp_min/max on floats Fix copypaste mistakes in tests
525fbce to
af5b798
Compare
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Implement clamp_min and clamp_max Implements rust-lang#147781.
Implement clamp_min and clamp_max Implements rust-lang#147781.
Implement clamp_min and clamp_max Implements rust-lang#147781.
|
Failed in rollup in @bors r- |
Implements #147781.