Minor: Add Bacon to acknowledgments, invert a lint, update notes

This commit is contained in:
Juno Takano 2025-12-12 00:47:13 -03:00
commit 2cd702818e
3 changed files with 10 additions and 1 deletions

View file

@ -20,3 +20,11 @@ See also:
- <https://doc.rust-lang.org/std/collections/struct.BTreeMap.html#background>
- `clippy::iter_over_hash_type`
## Overall guidelines
- Take refs, return owned
- Avoid opacity
- Third-party macros
- Procedural macro attributes
- Returning opaque types, like `impl Trait`