hive-bash-mcp: fix module doc's intra-doc link to a private item
addresses CI failure on #4249
This commit is contained in:
parent
4555ab4f10
commit
54d28944be
1 changed files with 4 additions and 3 deletions
|
|
@ -20,9 +20,10 @@
|
||||||
//!
|
//!
|
||||||
//! At daemon startup, before that interrupted-marking pass, any file under
|
//! At daemon startup, before that interrupted-marking pass, any file under
|
||||||
//! `tasks_dir()` older than 30 days is deleted outright — see
|
//! `tasks_dir()` older than 30 days is deleted outright — see
|
||||||
//! [`sweep_old_tasks`]. Nothing swept this directory before, and it had
|
//! `sweep_old_tasks` (a plain backtick, not a `[...]` link: it's private,
|
||||||
//! grown without bound as a result, repeatedly holding stale credentials
|
//! and this module doc is public-facing). Nothing swept this directory
|
||||||
//! in captured output.
|
//! before, and it had grown without bound, repeatedly holding stale
|
||||||
|
//! credentials in captured output.
|
||||||
//!
|
//!
|
||||||
//! The runner kills the child process on timeout — `tokio::process::Child::drop()`
|
//! The runner kills the child process on timeout — `tokio::process::Child::drop()`
|
||||||
//! does not kill children, so we explicitly call `child.kill().await`.
|
//! does not kill children, so we explicitly call `child.kill().await`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue