Skip to content

Commit 9fdbb10

Browse files
authored
Significant whitespace to make cargodoc work
1 parent 7fe9910 commit 9fdbb10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/slice/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,7 @@ impl<T> [T] {
11041104
/// though a [LendingIterator]-equivalent is possible.
11051105
/// However, you can sometimes use [`Cell::as_slice_of_cells`](crate::cell::Cell::as_slice_of_cells) in
11061106
/// conjunction with `windows` to accomplish something similar:
1107+
///
11071108
/// [LendingIterator]: https://blog.rust-lang.org/2022/10/28/gats-stabilization.html
11081109
/// ```
11091110
/// use std::cell::Cell;

0 commit comments

Comments
 (0)