add folding for where clauses

This commit is contained in:
m5tfi 2021-04-30 10:18:36 +02:00
parent 80bee14e14
commit 5778ab1e41
2 changed files with 54 additions and 0 deletions

View file

@ -524,6 +524,7 @@ pub(crate) fn folding_range(
| FoldKind::ArgList
| FoldKind::Consts
| FoldKind::Statics
| FoldKind::WhereClause
| FoldKind::Array => None,
};