Add predicate tests for ide_completions

This commit is contained in:
Lukas Wirth 2021-06-23 18:58:19 +02:00
parent dc4876d33d
commit d4877ae992
4 changed files with 144 additions and 14 deletions

View file

@ -9,7 +9,7 @@ mod use_tree;
mod items;
mod pattern;
mod type_pos;
mod where_clause;
mod predicate;
use std::mem;