Move out fn_param tests

This commit is contained in:
Lukas Wirth 2021-07-21 21:39:40 +02:00
parent dfdf6fd9f8
commit 03efb50ae8
4 changed files with 152 additions and 122 deletions

View file

@ -5,6 +5,7 @@
//! Notable examples for completions that are being tested in this module's submodule are paths.
mod attribute;
mod fn_param;
mod item_list;
mod item;
mod pattern;