Skip to content

Commit ca17ede

Browse files
committed
chore: don't use docstring
1 parent 4153cec commit ca17ede

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stackslib/src/main.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,9 +1321,9 @@ simulating a miner.
13211321
process::exit(0);
13221322
}
13231323

1324-
/// Generates the shadow blocks needed to restore this node to working order.
1325-
/// Automatically inserts and processes them as well.
1326-
/// Prints out the generated shadow blocks (as JSON)
1324+
// Generates the shadow blocks needed to restore this node to working order.
1325+
// Automatically inserts and processes them as well.
1326+
// Prints out the generated shadow blocks (as JSON)
13271327
if argv[1] == "shadow-chainstate-repair" {
13281328
if argv.len() < 4 {
13291329
eprintln!(
@@ -1350,7 +1350,7 @@ simulating a miner.
13501350
process::exit(0);
13511351
}
13521352

1353-
/// Inserts and processes shadow blocks generated from `shadow-chainstate-repair`
1353+
// Inserts and processes shadow blocks generated from `shadow-chainstate-repair`
13541354
if argv[1] == "shadow-chainstate-patch" {
13551355
if argv.len() < 5 {
13561356
eprintln!(

0 commit comments

Comments
 (0)