Restrict completions inside visibility modifiers

This commit is contained in:
Lukas Wirth 2021-07-20 18:37:52 +02:00
parent ea105f9396
commit f6cb42fdb8
7 changed files with 53 additions and 9 deletions

View file

@ -9,10 +9,10 @@ mod item_list;
mod item;
mod pattern;
mod predicate;
mod sourcegen;
mod type_pos;
mod use_tree;
mod sourcegen;
mod visibility;
use std::mem;