grrrr
This commit is contained in:
parent
f0dfa0c238
commit
4e7e050bf6
3 changed files with 3 additions and 6 deletions
|
@ -122,10 +122,7 @@ impl From<&Value> for String {
|
|||
fn from(value: &Value) -> Self {
|
||||
match value {
|
||||
Value::String(str) => str.clone(),
|
||||
Value::Symbol(Symbol(str)) => {
|
||||
dbg!(str);
|
||||
str.clone()
|
||||
}
|
||||
Value::Symbol(Symbol(str)) => str.clone(),
|
||||
Value::Keyword(Keyword(str)) => str.clone(),
|
||||
_ => String::default(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue