There was an error while loading. Please reload this page.
1 parent 9822aca commit 1759f2fCopy full SHA for 1759f2f
crates/completion/src/completions.rs
@@ -1,3 +1,5 @@
1
+//! This module defines an accumulator for completions which are going to be presented to user.
2
+
3
pub(crate) mod attribute;
4
pub(crate) mod dot;
5
pub(crate) mod record;
0 commit comments