Increase usage of implicit named arguments in format strings

This commit is contained in:
Jonas Platte
2022-06-03 10:06:28 +02:00
parent d24cbb981a
commit 8912182c56
42 changed files with 133 additions and 148 deletions

View File

@@ -79,7 +79,7 @@ fn resolution_shallow_auth_chain(c: &mut Criterion) {
|id| ev_map.get(id).map(Arc::clone),
) {
Ok(state) => state,
Err(e) => panic!("{}", e),
Err(e) => panic!("{e}"),
};
});
});