We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1018f07 commit b5748f7Copy full SHA for b5748f7
crates/apollo-compiler/src/macros.rs
@@ -3,7 +3,7 @@ macro_rules! serialize_method {
3
/// Returns a builder that has chaining methods for setting serialization configuration,
4
/// and implements the [`Display`][std::fmt::Display] and [`ToString`] traits
5
/// by writing GraphQL syntax.
6
- pub fn serialize(&self) -> $crate::ast::serialize::Serialize<Self> {
+ pub fn serialize(&self) -> $crate::ast::serialize::Serialize<'_, Self> {
7
$crate::ast::serialize::Serialize {
8
node: self,
9
config: Default::default(),
0 commit comments