mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
add folding for where clauses
This commit is contained in:
parent
80bee14e14
commit
5778ab1e41
2 changed files with 54 additions and 0 deletions
|
@ -524,6 +524,7 @@ pub(crate) fn folding_range(
|
|||
| FoldKind::ArgList
|
||||
| FoldKind::Consts
|
||||
| FoldKind::Statics
|
||||
| FoldKind::WhereClause
|
||||
| FoldKind::Array => None,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue