summaryrefslogtreecommitdiff
path: root/macros/src/expectation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'macros/src/expectation.rs')
-rw-r--r--macros/src/expectation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/src/expectation.rs b/macros/src/expectation.rs
index d35ef97..7d8f1a7 100644
--- a/macros/src/expectation.rs
+++ b/macros/src/expectation.rs
@@ -208,7 +208,7 @@ impl ToTokens for Expectation
vis: Visibility::new_pub_crate(),
struct_token: <Token![struct]>::default(),
ident: self.ident.clone(),
- generics: generics.clone().without_where_clause(),
+ generics: generics.clone().strip_where_clause_and_bounds(),
fields: Fields::Named(FieldsNamed {
brace_token: Brace::default(),
named: [Field {