Proc-macro: Rationalize function signature logic (transform_sig)
taqtiqa-mark opened this issue · 1 comments
taqtiqa-mark commented
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
taqtiqa-mark commented
Voided by PR #127 rejection.