Skip to content

Commit 8af29e4

Browse files
committed
ref(*): Nit fix TODO comment and update example cargo.lock
Signed-off-by: Caleb Schoepp <[email protected]>
1 parent b403607 commit 8af29e4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

crates/outbound-redis/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ impl OutboundRedis {
7171

7272
impl v2::Host for OutboundRedis {}
7373

74-
// TODO: #[instrument(err)] is only reporting the outer error (if the guest traps), we want to mark
75-
// the span as failed if the inner result is an error too.
74+
// TODO: #[instrument(err)] is only reporting the outer error, we want to mark the span as failed
75+
// if the inner result is an error too.
7676

7777
#[async_trait]
7878
impl v2::HostConnection for OutboundRedis {

examples/spin-timer/Cargo.lock

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)