diff options
| author | Cameron Steffen <cam.steffen94@gmail.com> | 2022-04-30 12:01:31 -0500 |
|---|---|---|
| committer | Cameron Steffen <cam.steffen94@gmail.com> | 2022-08-20 16:50:29 -0500 |
| commit | 17ddcb434b8fca7eeb865985942b146647a3510f (patch) | |
| tree | 96b82deea6193db1d6b755e8acd82d6708ced755 /library/core/src/array | |
| parent | dd01122b5c62a04e64b4109c5576eeea9ae4145b (diff) | |
| download | rust-17ddcb434b8fca7eeb865985942b146647a3510f.tar.gz rust-17ddcb434b8fca7eeb865985942b146647a3510f.zip | |
Improve primitive/std docs separation and headers
Diffstat (limited to 'library/core/src/array')
| -rw-r--r-- | library/core/src/array/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/array/mod.rs b/library/core/src/array/mod.rs index c9823a136bc..db5bfcab9d2 100644 --- a/library/core/src/array/mod.rs +++ b/library/core/src/array/mod.rs @@ -1,4 +1,4 @@ -//! Helper functions and types for fixed-length arrays. +//! Utilities for the array primitive type. //! //! *[See also the array primitive type](array).* |
