You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/feature-lifecycle/summary.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Once a feature is deemed suitable for inclusion in the standard library, the exa
29
29
30
30
Keep the following points in mind during the discussion:
31
31
- Resist the temptation to make the API overly general since this tends to increase complexity and lowers the chance of it being accepted by the library team. Instead, try to stay focused on the problem that needs solving.
32
-
- An alternative that should *always* be considered is simply adding this feature via a third party crate. This even possible when adding new methods to standard library types by using extension traits.
32
+
- An alternative that should *always* be considered is simply adding this feature via a third party crate. This is even possible when adding new methods to standard library types by using extension traits.
33
33
- In the case of "convenience" functions which are simply shorthands for something that is already possible with existing APIs, the cost of extending the standard library surface should be weighed against the ergonomic impact of the new functions.
34
34
35
35
The library team itself is not directly involved in this discussion, but individual members may comment to provide feedback.
0 commit comments