Remove invalid type

This commit is contained in:
Tobie Morgan Hitchcock 2023-01-07 10:39:11 +00:00
parent 005b27eae8
commit 5fb324d9af

View file

@ -1002,7 +1002,6 @@ impl Value {
true => self,
_ => Value::None,
},
Kind::Option(v) => todo!(),
}
}