Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
docs: make synthetic-events have a module comment
Lars Wirzenius committed 1 year ago
commit d421a6ef17874d999246f2fb9bd797c0ed55e6a7
parent c1dc0508191d1e019ce11baa677e222246d4a421
1 file changed +6 -6
modified src/bin/synthetic-events.rs
@@ -1,9 +1,9 @@
-
// Read node events, expressed as JSON, from files, and output them as
-
// single-line JSON objects to a Unix domain socket.
-
//
-
// This is a helper tool for testing of the CI broker as a whole.
-
//
-
// This program forks and runs itself in the background.
+
//! Read node events, expressed as JSON, from files, and output them as
+
//! single-line JSON objects to a Unix domain socket.
+
//!
+
//! This is a helper tool for testing of the CI broker as a whole.
+
//!
+
//! This program forks and runs itself in the background.

use std::{
    env::current_exe,