File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed 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
958
958
default unless explicitly opted-into by the developer.
959
959
960
960
Finally, 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.
965
964
966
965
Together, these gates support a development flow in which new features start
967
966
with an ` @unstable ` gate while the details are still being hashed out. Then,
You can’t perform that action at this time.
0 commit comments