1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-22 23:05:22 +02:00

Remove speaker note on "runtime evaluated constants" ()

It's unclear what this would mean! It was introduced in 89ddb2c19.
This commit is contained in:
Dustin J. Mitchell 2025-01-16 04:20:31 -05:00 committed by GitHub
parent 3291cb6c62
commit 5f447b403b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,8 +43,6 @@ values. `const` functions can however be called at runtime.
<details>
- Mention that `const` behaves semantically similar to C++'s `constexpr`
- It isn't super common that one would need a runtime evaluated constant, but it
is helpful and safer than using a static.
</details>