fix(#2031): backtick paths in vacuum doc comments for clippy doc-markdown

This commit is contained in:
damocles 2026-06-27 10:07:30 +02:00 committed by mara
commit 601ed2429d
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
//! Trade-off (accepted — issue tracker "perms borked"): a misbehaving harness
//! could skip its own cleanup, which the host-side version was meant to
//! prevent. But a compromised harness is already inside the container trust
//! boundary (docs/security.md), and these are ephemeral local artifacts — so
//! boundary (`docs/security.md`), and these are ephemeral local artifacts — so
//! the honest fix is to clean them up where they live.
use std::path::Path;