general
This commit is contained in:
@@ -15,6 +15,7 @@ auto-format = true
|
||||
auto-info = true # TODO: idle-timeout?
|
||||
# true-color = true
|
||||
# undercurl = true
|
||||
# terminal-background-color = true
|
||||
rulers = [80, 100]
|
||||
bufferline = "multiple" # never, always, multiple
|
||||
color-modes = false # mode indicator color
|
||||
|
||||
@@ -192,9 +192,10 @@ extraArgs = [
|
||||
"-Aclippy::cargo", # lints for the cargo manifest
|
||||
"-Aclippy::restriction", # lints which prevent the use of language and library features
|
||||
# Specific
|
||||
"-Aclippy::must_use_candidate", # must_use is rather annoing
|
||||
"-Aclippy::must_use_candidate", # must_use is rather annoing
|
||||
"-Aclippy::cognitive_complexity",
|
||||
"-Aclippy::too_many_lines",
|
||||
"-Aclippy::missing_errors_doc",
|
||||
"-Aclippy::struct_excessive_bools",
|
||||
# "-Aclippy::from_iter_instead_of_collect", # formats better
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user