inline blame: Fix default setting for inline blame (#19943)
Follow-up to #19759. Fixes the default value. cc @pjtatlow 😄 Release Notes: - N/A
This commit is contained in:
parent
4431ef1870
commit
774a8bf039
1 changed files with 2 additions and 1 deletions
|
@ -161,8 +161,9 @@ pub struct InlineBlameSettings {
|
||||||
const fn true_value() -> bool {
|
const fn true_value() -> bool {
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
const fn false_value() -> bool {
|
const fn false_value() -> bool {
|
||||||
true
|
false
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Default, Serialize, Deserialize, PartialEq, Eq, JsonSchema)]
|
#[derive(Clone, Debug, Default, Serialize, Deserialize, PartialEq, Eq, JsonSchema)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue