Remove invalid type
This commit is contained in:
parent
005b27eae8
commit
5fb324d9af
1 changed files with 0 additions and 1 deletions
|
@ -1002,7 +1002,6 @@ impl Value {
|
||||||
true => self,
|
true => self,
|
||||||
_ => Value::None,
|
_ => Value::None,
|
||||||
},
|
},
|
||||||
Kind::Option(v) => todo!(),
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue