Skip to content
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

Convert repetitive target_pointer_width checks to const solution. #76481

Merged
merged 2 commits into from
Sep 10, 2020
Merged

Convert repetitive target_pointer_width checks to const solution. #76481

merged 2 commits into from
Sep 10, 2020

Commits on Sep 8, 2020

  1. Convert MAXIMUM_ZST_CAPACITY to be calculated in a

    const instead of multiple target_pointer_width checks.
    moonheart08 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    c3c84ad View commit details
    Browse the repository at this point in the history
  2. Update library/alloc/src/collections/vec_deque.rs

    Replace lshift with multiply
    
    Co-authored-by: Mara Bos <m-ou.se@m-ou.se>
    moonheart08 and m-ou-se committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    e02952c View commit details
    Browse the repository at this point in the history