Skip to content

Commit 01434ea

Browse files
committed
Update RFC to match implementation
1 parent a15b80f commit 01434ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0000-bury-description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Users of the `Error` trait can then pretend this method does not exist.
3131
# Drawbacks
3232
[drawbacks]: #drawbacks
3333

34-
When users start omitting bespoke `description()` implementations, code that still uses this method will start getting empty strings instead of human-written description. If this becomes a problem, the `description()` method can also be formally deprecated (with the `#[deprecated]` attribute). However, there's no urgency to remove existing implementations of `description()`, so this RFC does not propose formal deprecation at this time to avoid unnecessary warnings during the transition.
34+
When users start omitting bespoke `description()` implementations, code that still uses this method will start getting default strings instead of human-written description. If this becomes a problem, the `description()` method can also be formally deprecated (with the `#[deprecated]` attribute). However, there's no urgency to remove existing implementations of `description()`, so this RFC does not propose formal deprecation at this time to avoid unnecessary warnings during the transition.
3535

3636
# Rationale and alternatives
3737
[alternatives]: #alternatives

0 commit comments

Comments
 (0)