Autoformatting let-else

This commit is contained in:
p11 2023-09-16 16:34:20 +02:00
parent 85e4cb3e4a
commit 337ca0149e

View File

@ -390,8 +390,8 @@ fn handle_relative_connection(
});
let Ok(file) = File::open(path) else {
return;
};
return;
};
let _ = writeln!(
output,
"<h{level}><a href=\"{relative_path}/{entry}\">{entry}</a></h{level}>"