graphql-engine/v3/crates/lang-graphql
Daniel Harvey db96e42358 Explicitly import thiserror::Error in place (#827)
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

To stop us being confused between `Error` type and `Error` trait.

<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

<!-- Consider: do we need to add a changelog entry? -->

### How

Import `thiserror::Error` explicitly in place.

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

V3_GIT_ORIGIN_REV_ID: b930480927b2c64537960cfb69f2b2b30921f4fd
2024-07-11 15:18:27 +00:00
..
benches Ban println! in code with clippy (#711) 2024-06-24 11:46:53 +00:00
src Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00
tests Ban println! in code with clippy (#711) 2024-06-24 11:46:53 +00:00
Cargo.toml Replace lazy_static with stdlib equivalents. (#758) 2024-06-26 12:45:41 +00:00