mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Add a module doc-comment for completions module
This commit is contained in:
parent
9822acac0d
commit
1759f2fc17
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
//! This module defines an accumulator for completions which are going to be presented to user.
|
||||
|
||||
pub(crate) mod attribute;
|
||||
pub(crate) mod dot;
|
||||
pub(crate) mod record;
|
||||
|
|
Loading…
Reference in a new issue