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

Add examples to clarify the casting rules #686

Merged
merged 3 commits into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. Add examples to clarify the casting rules

    emilk authored and ehuss committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e5d0d53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4226cec View commit details
    Browse the repository at this point in the history
  3. Avoid the use of overflowing_literals in the examples

    I think that it could have some potential confusion since it isn't
    displayed in the text that these are overflowing, and it requires
    an extra layer of reasoning needed to understand how it translates.
    ehuss committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bb6f41b View commit details
    Browse the repository at this point in the history