mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-07 04:51:45 +00:00
In many of these places, we don't need an owned value, so using a reference means we don't force the caller to clone the value. I really doubt it will have any noticeable impact on performance (I think these are all once-per-repo paths); it's just a little simpler this way. |
||
---|---|---|
.. | ||
cli_util.rs | ||
commands.rs | ||
config.rs | ||
diff_edit.rs | ||
formatter.rs | ||
graphlog.rs | ||
lib.rs | ||
main.rs | ||
template.pest | ||
template_parser.rs | ||
templater.rs | ||
ui.rs |