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

Cleanup visibility module #9850

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Cleanup visibility module #9850

merged 3 commits into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. Cleanup check_visibility

    - Use `Has<Foo>` instead of `Option<&Foo>`
    - Move tuple unstructuring outside of closure argument to remove one
      indentation level
    nicopap committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    67e9c12 View commit details
    Browse the repository at this point in the history
  2. Cleanup visibility tests

    nicopap committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    26b4c1d View commit details
    Browse the repository at this point in the history
  3. Fix absolute reversion of predicate

    Co-authored-by: Rob Parrett <[email protected]>
    nicopap and rparrett authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    54e59ce View commit details
    Browse the repository at this point in the history