We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d52906 commit a560f8eCopy full SHA for a560f8e
lib/src/lifecycle.rs
@@ -1,7 +1,8 @@
1
+//! The lifecycle module contains functions which inform the Antithesis
2
+//! environment that particular test phases or milestones have been reached.
3
+
4
use crate::internal;
5
use serde::Serialize;
-/// The lifecycle module contains functions which inform the Antithesis
-/// environment that particular test phases or milestones have been reached.
6
use serde_json::{json, Value};
7
8
#[derive(Serialize, Debug)]
0 commit comments