File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -958,10 +958,9 @@ change type or be removed at any time. An important expectation set by the
958958default unless explicitly opted-into by the developer.
959959
960960Finally, the ` @deprecated ` gate on ` e ` indicates that ` e ` should no longer be
961- used starting version ` 0.2.1 ` . Both toolchains and host runtimes may
962- warn users if they detect an ` @deprecated ` API is being used. An ` @deprecated `
963- gate is required to always be paired up with an ` @since ` gate. It is
964- semantically invalid to use ` @deprecated ` without also using ` @since ` .
961+ used starting version ` 0.2.1 ` . Both toolchains and host runtimes may warn users
962+ if they detect an ` @deprecated ` API is being used. An ` @deprecated ` gate is
963+ required to always be paired up with either a ` @since ` or ` @deprecated ` gate.
965964
966965Together, these gates support a development flow in which new features start
967966with an ` @unstable ` gate while the details are still being hashed out. Then,
You can’t perform that action at this time.
0 commit comments