Increase usage of implicit named arguments in format strings
This commit is contained in:
@@ -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}"),
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user