##// 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".

File last commit:

r50831:2cd8352f default
r51104:af9d050f default
Show More
config.rs
1 line | 1 B | application/rls-services+xml | RustLexer