Skip to content
Snippets Groups Projects
Commit 10e57e3f authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

rust-config: show default `null` is coerced incorrectly to `false`

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.

This is fixed in the next commit.
parent 58390f59
No related branches found
No related tags found
2 merge requests!701Merge default into stable for 6.6rc0,!649Fix a couple of bugs in the new Rust config code
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment