Skip to content

Commit a560f8e

Browse files
Fix doc comment for lifecycle module.
1 parent 9d52906 commit a560f8e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/src/lifecycle.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -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+
14
use crate::internal;
25
use serde::Serialize;
3-
/// The lifecycle module contains functions which inform the Antithesis
4-
/// environment that particular test phases or milestones have been reached.
56
use serde_json::{json, Value};
67

78
#[derive(Serialize, Debug)]

0 commit comments

Comments
 (0)