Folding range for return types

This commit is contained in:
Ayomide Bamidele
2021-05-28 12:39:02 +01:00
parent bca00ac340
commit 156d995423
2 changed files with 16 additions and 0 deletions

View File

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