mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 02:17:56 +00:00
Ignore new too_many_lines lint
This commit is contained in:
@@ -109,6 +109,7 @@
|
||||
// not practical
|
||||
needless_pass_by_value,
|
||||
similar_names,
|
||||
too_many_lines,
|
||||
// preference
|
||||
doc_markdown,
|
||||
)
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
module_name_repetitions,
|
||||
similar_names,
|
||||
single_match_else,
|
||||
too_many_lines,
|
||||
unseparated_literal_suffix,
|
||||
use_self,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user