Remove caveat that is no longer true

This commit is contained in:
Esteban Kuber 2024-09-23 17:53:07 -07:00 committed by GitHub
parent 79e9f1b115
commit b6a05d0c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -1943,8 +1943,7 @@ these values can be accessed by instantiating `Config { .. }.height`, as long
as `height` is visible in the current scope.
Note that the *opposite* is supported, writing that code will compile, so any
API author that wants to make these `const` values on the type can (only
restriction is that `Self` isn't accepted in current `const` contexts):
API author that wants to make these `const` values on the type can:
```rust
struct Config {