##// END OF EJS Templates
rust: box ConfigValueParseError to avoid large result types...
rust: box ConfigValueParseError to avoid large result types clippy emits a warning that all the Result types are way too large because of HgError includes ConfigValueParseError as one of the variants, so its size is 136 bytes. By boxing ConfigValueParseError we're hopefully making everything faster "for free".
Arseniy Alekseyev -
r51104:af9d050f default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src / config
config.rs Loading ...
layer.rs Loading ...
mod.rs Loading ...
plain_info.rs Loading ...
values.rs Loading ...