You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions wrapped in #[tracing::instrument] will not trigger lints such as dead_code. See andrewhickman/fn-error-context#3 for a very similar issue (in a much simpler macro) which was caused by dropping some spans on the macro tokens.