Skip to content

Conversation

@clux
Copy link
Owner

@clux clux commented Nov 5, 2024

does not work because kdl does not serialize with serde. for #56

error[E0277]: the trait bound `serde_json::Value: TryFrom<KdlDocument>` is not satisfied
   --> lq.rs:209:45
    |
209 |         let doc_as: serde_json::Value = doc.try_into()?;
    |                                             ^^^^^^^^ the trait `From<KdlDocument>` is not implemented for `serde_json::Value`, which is required by `KdlDocument: TryInto<_>`
    |

clux added 2 commits December 23, 2024 03:37
does not work because kdl does not serialize with serde

Signed-off-by: clux <sszynrae@gmail.com>
Signed-off-by: clux <sszynrae@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants