graphql-engine/v3/crates/plugins/pre-execution-plugin
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
..
src Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00
Cargo.toml pre-execution plugin middleware (#771) 2024-07-03 12:58:26 +00:00