rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
8.02k stars 367 forks source link

Add note about delegation crates to Deref anti-pattern #215

Closed Kobzol closed 3 years ago

Kobzol commented 3 years ago

Closes https://github.com/rust-unofficial/patterns/issues/192

simonsan commented 3 years ago

Hmm, I would actually just put the two links into the See also section, as we did it with other recommendations (i guess)

simonsan commented 3 years ago

Like this i mean, what do you both think of it @pickfire & @Kobzol

Kobzol commented 3 years ago

I think that it's fine, as long as the crates are mentioned, it doesn't matter to me where.

simonsan commented 3 years ago

Thank you :)