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

@ -281,7 +281,7 @@ pub enum HelperEvent {
/// Sha that ended up at `deployed/<id>` on success, or the
/// proposal sha that just got tagged `failed/<id>` on
/// failure. None for the (rare) rebuild path that doesn't go
/// through an approval (e.g. auto_update::rebuild_agent
/// through an approval (e.g. `auto_update::rebuild_agent`
/// reapplying the existing main).
#[serde(default, skip_serializing_if = "Option::is_none")]
sha: Option<String>,