Skip to content

Commit 31b3e51

Browse files
committed
address comments and run doc example again to update result
Signed-off-by: Xintao <[email protected]>
1 parent ca5a061 commit 31b3e51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140
//! FAILPOINTS=p0=return cargo run --features fail/failpoints
141141
//! Finished dev [unoptimized + debuginfo] target(s) in 0.01s
142142
//! Running `target/debug/failpointtest`
143-
//! Global registry: [("p1", "sleep(100)")]
143+
//! Global registry: [("p0", "return"), ("p1", "sleep(100)")]
144144
//! Local registry: [("p0", "pause")]
145145
//! Local registry: []
146-
//! Global registry: [("p1", "sleep(100)")]
146+
//! Global registry: [("p0", "return"), ("p1", "sleep(100)")]
147147
//! ```
148148
//!
149149
//! In this example, program update global registry with environment variable first.

0 commit comments

Comments
 (0)