From c27fd943086a03e1f705ef4f8f5a5ab55b9fe607 Mon Sep 17 00:00:00 2001 From: Sunli Date: Wed, 6 May 2020 10:02:25 +0800 Subject: [PATCH] Update base.rs --- src/base.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base.rs b/src/base.rs index ddeda504..fec8f690 100644 --- a/src/base.rs +++ b/src/base.rs @@ -243,7 +243,7 @@ impl OutputValueType for FieldResult { &self, ctx: &ContextSelectionSet<'_>, pos: Pos, - ) -> crate::Result where { + ) -> crate::Result { match self { Ok(value) => Ok(OutputValueType::resolve(value, ctx, pos).await?), Err(err) => Err(err.clone().into_error_with_path(