Skip to content

Commit b6a05d0

Browse files
authored
Remove caveat that is no longer true
1 parent 79e9f1b commit b6a05d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

text/0000-default-field-values.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,8 +1943,7 @@ these values can be accessed by instantiating `Config { .. }.height`, as long
19431943
as `height` is visible in the current scope.
19441944

19451945
Note that the *opposite* is supported, writing that code will compile, so any
1946-
API author that wants to make these `const` values on the type can (only
1947-
restriction is that `Self` isn't accepted in current `const` contexts):
1946+
API author that wants to make these `const` values on the type can:
19481947

19491948
```rust
19501949
struct Config {

0 commit comments

Comments
 (0)