mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Rust 1.58 lints (#2906)
## Issue Addressed Closes #2616 ## Proposed Changes * Fixes for new Rust 1.58.0 lints * Enable the `fn_to_numeric_cast_any` (#2616)
This commit is contained in:
@@ -233,8 +233,7 @@ mod test {
|
||||
if request_json != expected_json {
|
||||
panic!(
|
||||
"json mismatch!\n\nobserved: {}\n\nexpected: {}\n\n",
|
||||
request_json.to_string(),
|
||||
expected_json.to_string()
|
||||
request_json, expected_json,
|
||||
)
|
||||
}
|
||||
self
|
||||
|
||||
Reference in New Issue
Block a user