diff options
Diffstat (limited to 'tests/data/parser/inline/0098_where_clause.rs')
-rw-r--r-- | tests/data/parser/inline/0098_where_clause.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/data/parser/inline/0098_where_clause.rs b/tests/data/parser/inline/0098_where_clause.rs deleted file mode 100644 index 592a005f9..000000000 --- a/tests/data/parser/inline/0098_where_clause.rs +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | fn foo() | ||
2 | where | ||
3 | 'a: 'b + 'c, | ||
4 | T: Clone + Copy + 'static, | ||
5 | Iterator::Item: 'a, | ||
6 | {} | ||