Skip to content

Commit

Permalink
Revert "Reformulated array_init doc"
Browse files Browse the repository at this point in the history
This reverts commit 1735c0a.
  • Loading branch information
krtab committed Oct 10, 2020
1 parent f58ead4 commit 26089f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Expand Up @@ -66,8 +66,8 @@ pub unsafe trait IsArray {
#[inline]
/// Initialize an array given an initializer expression.
///
/// The initializer is given the index (between 0 and `Array:len() - 1` included) of the element. It is allowed
/// to mutate external state; we will always initialize from lower to higher indices.
/// The initializer is given the index of the element. It is allowed
/// to mutate external state; we will always initialize the elements in order.
///
/// # Examples
///
Expand Down

0 comments on commit 26089f8

Please sign in to comment.