Skip to content

Commit

Permalink
Show #![feature] in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Jun 20, 2022
1 parent 967c0ad commit c867529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/slice/iter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ impl<'a, T> IterMut<'a, T> {
/// Basic usage:
///
/// ```
/// # #![feature(slice_iter_mut_as_mut_slice)]
/// #![feature(slice_iter_mut_as_mut_slice)]
///
/// let mut slice: &mut [usize] = &mut [1, 2, 3];
///
Expand Down

0 comments on commit c867529

Please sign in to comment.