Skip to content

Commit

Permalink
Update follows_from.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw authored Sep 8, 2023
1 parent f404e51 commit 5faa414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing-attributes/tests/follows_from.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn follows_from_noncopy_test() {
with_default(collector, || {
let cause_a = tracing::info_span!("cause_a");
let context = NonCopyContext {
id: cause_a.id().unwrap(),
id: cause_a.id(),
};

follows_from_noncopy(context)
Expand Down

0 comments on commit 5faa414

Please sign in to comment.