Clippy fix
This commit is contained in:
@@ -8,6 +8,10 @@
|
|||||||
#![allow(clippy::upper_case_acronyms)]
|
#![allow(clippy::upper_case_acronyms)]
|
||||||
#![allow(clippy::result_large_err)]
|
#![allow(clippy::result_large_err)]
|
||||||
#![allow(clippy::only_used_in_recursion)]
|
#![allow(clippy::only_used_in_recursion)]
|
||||||
|
// println!("{var}") doesn't allow even the simplest expressions for var,
|
||||||
|
// such as "{foo.var}" – hence this lint forces us to have inconsistent
|
||||||
|
// formatting args. I prefer a lint that forbid "{var}".
|
||||||
|
#![allow(clippy::uninlined_format_args)]
|
||||||
|
|
||||||
//!<div align="center">
|
//!<div align="center">
|
||||||
//! <!-- Version -->
|
//! <!-- Version -->
|
||||||
|
|||||||
Reference in New Issue
Block a user