refactor(#1865): drop stray issue-ref from doc comment (tracker-tag lint)

This commit is contained in:
atlas 2026-06-22 12:56:17 +02:00 committed by mara
commit 674505fbe7

View file

@ -74,7 +74,7 @@ pub fn start(agent: &str, socket_path: &Path, coord: Arc<Coordinator>) -> Result
/// trust boundary: every connection that lands here runs `dispatch` with
/// `privileged = true`. `MANAGER_AGENT` is passed as the actor name for
/// attribution/routing (notifications, ownership), not for authorisation —
/// authority comes from the socket, per #1834.
/// authority comes from the socket itself.
pub fn start_manager(coord: Arc<Coordinator>) -> Result<()> {
use std::os::unix::fs::PermissionsExt as _;
let dir = Coordinator::manager_dir();