mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Disable clippy::upper_case_acronyms lint.
This commit is contained in:
parent
55122e5161
commit
175c1449d3
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
clippy::too_many_arguments,
|
||||
clippy::suspicious_arithmetic_impl,
|
||||
clippy::many_single_char_names,
|
||||
clippy::same_item_push
|
||||
clippy::same_item_push,
|
||||
clippy::upper_case_acronyms
|
||||
)]
|
||||
#![deny(broken_intra_doc_links)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue