Skip to content

Commit 199f8e0

Browse files
Clarify complexity criticism in hacking.md (#75)
1 parent d603c15 commit 199f8e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hacking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To date I've thought about using the trait multiple times but always found I wou
2525

2626
[MusicalNinjaDad/try_v2](https://github.com/MusicalNinjaDad/try_v2) provides a set of derive macros to make `Try` more accessible. (See below for details)
2727

28-
## (Invalid) criticism: complexity
28+
## On the common criticism: complexity
2929

3030
After working with the trait in various use cases, taking it apart to try (!) and derive a generic implementation and spending time reading RFCs, unstable books, comments in std source code, github issues, PRs, discord discussions, ... to my mind, the remaining complexity in `Try` is **inherent**. The implementation is **as simple as possible** to provide the power and flexibility required for the more **meaningful use cases**.
3131

0 commit comments

Comments
 (0)