Skip to content

Commit 1759f2f

Browse files
committed
Add a module doc-comment for completions module
1 parent 9822aca commit 1759f2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/completion/src/completions.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! This module defines an accumulator for completions which are going to be presented to user.
2+
13
pub(crate) mod attribute;
24
pub(crate) mod dot;
35
pub(crate) mod record;

0 commit comments

Comments
 (0)