fmt: clippy doc_markdown backticks

This commit is contained in:
müde 2026-05-15 23:11:10 +02:00
parent edb0108ae7
commit fc61cb9310
4 changed files with 13 additions and 13 deletions

View file

@ -470,7 +470,7 @@ async fn git(dir: &Path, args: &[&str]) -> Result<()> {
}
/// Fetch `sha` from the `src` git repo into `dst` and pin it as
/// `refs/tags/<tag>`. Used at request_apply_commit time so hive-c0re
/// `refs/tags/<tag>`. Used at `request_apply_commit` time so hive-c0re
/// captures an immutable handle on the manager's commit; subsequent
/// amendments / force-pushes in `src` no longer affect what gets
/// built. Returns the resolved sha (which equals `sha` on success