##// END OF EJS Templates
rust-config: fix fallback to default not parsing the default value...
rust-config: fix fallback to default not parsing the default value When a config item's default is a string, it sometimes needs to be parsed into another type, like in the case of `cmdserver.max-log-size`, that returns a number of bytes from a human-readable amount like `25MB`. The logic for the fix is explained inline.

File last commit:

r51283:b88e9c70 default
r51874:58390f59 default
Show More
clippy.toml
1 line | 16 B | application/toml | TOMLLexer
msrv = "1.61.0"