chore: clippy

This commit is contained in:
dundargoc 2024-02-06 23:18:27 +01:00 committed by Amaan Qureshi
parent a1870b6013
commit c8bd6705cf
No known key found for this signature in database
GPG key ID: E67890ADC4227273
36 changed files with 467 additions and 462 deletions

View file

@ -34,7 +34,7 @@ fn test_grammar_that_should_hang_and_not_segfault() {
eprintln!(" {test_name}");
let tests_exec_path = std::env::args()
.nth(0)
.next()
.expect("Failed get get tests executable path");
match std::env::var(test_var) {