##// END OF EJS Templates
rust-config: fix incorrect coercion of null values to false...
rust-config: fix incorrect coercion of null values to false As explained in the previous changeset: Probably being too trigger happy about boolean values, I incorrectly set the transform for a `None` to a `Some(false)`. It would cause for example the `ui.formatted` value to be set to `Some(false)`, which turns off the colors among other things, when `None` would trigger the automatic behavior.

File last commit:

r51283:b88e9c70 default
r51876:8343947a default
Show More
clippy.toml
1 line | 16 B | text/plain | TOMLLexer
msrv = "1.61.0"