Skip to content

Commit

Permalink
Remove loops from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hlbarber committed Dec 12, 2021
1 parent ed2c28d commit d974692
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ async fn main() {

// Log a structured log
tracing::error!(message = "i'm glad to be out", spook_lvl = 3, ruck_sack = ?["glasses", "inhaler", "large bat"]);

// Don't exit
loop {}
}

```
Expand Down Expand Up @@ -92,9 +89,6 @@ async fn main() {

// Log a structured log
tracing::info!(message = "he's out", spinning_top = true);

// Don't exit
loop {}
}

```

0 comments on commit d974692

Please sign in to comment.