mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-22 01:30:00 +00:00
fix: allow non_ascii_literal and redundant_type_annotations clippy lints
This commit is contained in:
parent
5f30e382d1
commit
2870bc364b
@ -25,9 +25,11 @@
|
||||
clippy::module_name_repetitions,
|
||||
clippy::needless_pass_by_value,
|
||||
clippy::no_effect_underscore_binding,
|
||||
clippy::non_ascii_literal,
|
||||
clippy::print_literal,
|
||||
clippy::print_stderr,
|
||||
clippy::print_stdout,
|
||||
clippy::redundant_type_annotations,
|
||||
clippy::ref_option,
|
||||
clippy::ref_patterns,
|
||||
clippy::similar_names,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user