dbrgn / tracing-test

Access and evaluate tracing logs in async and sync tests.
Apache License 2.0
52 stars 26 forks source link

Fully qualify usage of `Result` #17

Closed jszwedko closed 1 year ago

jszwedko commented 1 year ago

So that the macro works if Result has been redefined.

Similar to https://github.com/dbrgn/tracing-test/pull/15

Signed-off-by: Jesse Szwedko jesse@szwedko.me

dbrgn commented 1 year ago

Oops, I missed this PR somehow. Thanks, LGTM, I'll rebase and merge.