Minor: Add Bacon to acknowledgments, invert a lint, update notes
This commit is contained in:
parent
501096c851
commit
2cd702818e
3 changed files with 10 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue