We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d1576 commit 84bf81aCopy full SHA for 84bf81a
anti_patterns/deref.md
@@ -123,6 +123,7 @@ conversion between arbitrary types.
123
124
## See also
125
126
-[Collections are smart pointers idiom](../idioms/deref.md).
127
-
128
-[Documentation for `Deref` trait](https://doc.rust-lang.org/std/ops/trait.Deref.html).
+- [Collections are smart pointers idiom](../idioms/deref.md).
+- Delegation crates for less boilerplate like [delegate](https://crates.io/crates/delegate)
+ or [ambassador](https://crates.io/crates/ambassador)
129
+- [Documentation for `Deref` trait](https://doc.rust-lang.org/std/ops/trait.Deref.html).
0 commit comments