mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +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…
Add table
Add a link
Reference in a new issue