Signed-off-by: Christina Sørensen <christina@cafkafk.com>
@@ -357,7 +357,7 @@ impl<'a> Render<'a> {
let error_message = if let Some(path) = path {
format!("<{}: {}>", path.display(), error)
} else {
- format!("<{}>", error)
+ format!("<{error}>")
};
// TODO: broken_symlink() doesn’t quite seem like the right name for