Mark internal data structures with [INTERNALS].

This commit is contained in:
Stephen Chung
2020-07-25 16:05:08 +08:00
parent 6a96be3382
commit c825de6f77
6 changed files with 16 additions and 16 deletions

View File

@@ -1128,7 +1128,7 @@ impl Module {
}
}
/// A chain of module names to qualify a variable or function call.
/// [INTERNALS] A chain of module names to qualify a variable or function call.
/// Exported under the `internals` feature only.
///
/// A `u64` hash key is cached for quick search purposes.