aboutsummaryrefslogtreecommitdiff
path: root/macros/src/util/syn_path.rs
AgeCommit message (Collapse)Author
2023-10-01refactor: remove impossible unwrap in injectable macroHampusM
This unwrap couldn't possibly be Err and can be removed by creating method call expressions by hand
2023-08-02perf: reduce number of allocations in SynPathExt::to_stringHampusM
2023-01-13refactor: put syn_path_to_string in a extension traitHampusM
2022-10-01chore: remove repetition of allowing clippy::module_name_repetitionsHampusM
2022-08-27feat: implement named bindingsHampusM