Commits
Click on a commit to change the comparison rangerefactor(ast_tools): simplify `CloneIn` derive (#9938)
Simplify implementation of code generator for `CloneIn`.
Instead of complicated code to avoid unused vars, just add `#![allow(unused_variables)]` to silence the lint rules. And always use same name for the lifetime. These changes make the logic of the code generator simpler.
Also add line breaks to generated code for readability.9 months ago
by overlookmotel