Silence wrong clippy warning

This commit is contained in:
David Peter 2021-08-08 23:32:13 +02:00 committed by David Peter
parent b5344dac30
commit 224b7f2354
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ static DEFAULT_FILES: &[&str] = &[
"e1 e2",
];
#[allow(clippy::let_and_return)]
fn get_absolute_root_path(env: &TestEnv) -> String {
let path = env
.test_root()