mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
Add a module doc-comment for completions module
This commit is contained in:
parent
9822acac0d
commit
1759f2fc17
@ -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 New Issue
Block a user