Skip to content

Commit f8958c3

Browse files
Amanieusaethlin
andauthored
Update src/feature-lifecycle/summary.md
Co-authored-by: Ben Kimock <[email protected]>
1 parent 4f535e7 commit f8958c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feature-lifecycle/summary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Once a feature is deemed suitable for inclusion in the standard library, the exa
2929

3030
Keep the following points in mind during the discussion:
3131
- 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.
3333
- 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.
3434

3535
The library team itself is not directly involved in this discussion, but individual members may comment to provide feedback.

0 commit comments

Comments
 (0)