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
Once proc-macro-attribute #[trace(...)] has test coverage and documentation covering the relevant code, it may be possible to simplify the logic within minitrace-macro/lib: transform_sig(...). Specifically, by eliminating these lines, (per this observation in PR #119):
Once proc-macro-attribute
#[trace(...)]
has test coverage and documentation covering the relevant code, it may be possible to simplify the logic within minitrace-macro/lib:transform_sig(...)
. Specifically, by eliminating these lines, (per this observation in PR #119):minitrace-rust/minitrace-macro/src/lib.rs
Lines 259 to 275 in 819d611
The text was updated successfully, but these errors were encountered: