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

@@ -92,7 +92,7 @@ pub fn calc_fn_spec<'a>(
s.finish()
}
/// An array-like type that holds a number of values in static storage for no-allocation, quick access.
/// [INTERNALS] An array-like type that holds a number of values in static storage for no-allocation, quick access.
/// Exported under the `internals` feature only.
///
/// If too many items are stored, it converts into using a `Vec`.