Fix new clippy lints (#561)

This commit is contained in:
Jacob Hoffman-Andrews
2022-11-26 01:28:36 -08:00
committed by GitHub
parent 28d667ade9
commit a2836c49a7
4 changed files with 8 additions and 5 deletions

View File

@@ -6,6 +6,8 @@
#![allow(clippy::match_like_matches_macro)]
// we're not changing public api due to a lint.
#![allow(clippy::upper_case_acronyms)]
#![allow(clippy::result_large_err)]
#![allow(clippy::only_used_in_recursion)]
//!<div align="center">
//! <!-- Version -->