prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
582 stars 61 forks source link

fix: make impl block importing uuid conditional on uuid feature flag #381

Closed oscartbeaumont closed 1 year ago

oscartbeaumont commented 2 years ago

Make the impl for From<uuid::Error> for Error conditional on uuid feature flag being enabled.

Due to this bug quiant doesn't currently compile if the uuid feature flag is disabled.