mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-06 00:00:17 +02:00
style: use Self to avoid unnecessary repetition (#3396)
This commit is contained in:
@@ -45,6 +45,7 @@ todo = "warn"
|
||||
uninlined_format_args = "warn"
|
||||
unnested_or_patterns = "warn"
|
||||
unused_self = "warn"
|
||||
use_self = "warn"
|
||||
verbose_file_reads = "warn"
|
||||
|
||||
# configuration for https://github.com/crate-ci/typos
|
||||
|
||||
Reference in New Issue
Block a user