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
|
|
@ -185,7 +185,7 @@ renamed_function_params = "warn"
|
|||
rest_pat_in_fully_bound_structs = "warn"
|
||||
return_and_then = "warn"
|
||||
same_name_method = "warn"
|
||||
semicolon_inside_block = "warn"
|
||||
semicolon_outside_block = "warn"
|
||||
shadow_reuse = "warn"
|
||||
shadow_same = "warn"
|
||||
shadow_unrelated = "warn"
|
||||
|
|
|
|||
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
<li><a href="https://keats.github.io/tera/">Tera</a></li>
|
||||
<li><a href="https://serde.rs/">Serde</a> and the
|
||||
<a href="https://github.com/toml-rs/toml">toml crate</a></li>
|
||||
<li><a href="https://dystroy.org/bacon/config/">Bacon</a></li>
|
||||
</ul>
|
||||
|
||||
{%- endblock body %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue