mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-05 23:42:50 +00:00
I'm trying to refactor property wrapping functions, and noticed that it's odd that .wrap_<property>() does boxing internally whereas .wrap_template() doesn't. Also, it sometimes makes sense to turn property into trait object earlier. For example, we can deduplicate L::wrap_boolean() in build_binary_operation().