Skip to content

Commit

Permalink
Update RFC to match implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Apr 30, 2018
1 parent a15b80f commit 01434ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0000-bury-description.md
Expand Up @@ -31,7 +31,7 @@ Users of the `Error` trait can then pretend this method does not exist.
# Drawbacks
[drawbacks]: #drawbacks

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.
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.

# Rationale and alternatives
[alternatives]: #alternatives
Expand Down

0 comments on commit 01434ea

Please sign in to comment.