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

@ -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"