Skip to content

Commit

Permalink
Clarify the documentation for the public_api_sealed property. (#753) (
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Feb 5, 2025
1 parent 429d50a commit 666a11a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/rustdoc_schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1163,8 +1163,9 @@ type Trait implements Item & Importable & GenericItem {
a major change in the public API of those traits. Any breaking changes thus caused are
explicitly in non-public-API, and shouldn't affect users that adhere to using only public API.
This is a weaker property than `sealed`, which shows whether the trait is unconditionally
prevented from being implemented — any implementation attempt will result in compile errors.
This is a weaker property than `unconditionally_sealed`, which shows whether the trait is
unconditionally prevented from being implemented meaning that any implementation attempt
will result in compile errors. All `unconditionally_sealed` traits are also `public_api_sealed`.
"""
public_api_sealed: Boolean!

Expand Down

0 comments on commit 666a11a

Please # to comment.