We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe9910 commit 9fdbb10Copy full SHA for 9fdbb10
library/core/src/slice/mod.rs
@@ -1104,6 +1104,7 @@ impl<T> [T] {
1104
/// though a [LendingIterator]-equivalent is possible.
1105
/// However, you can sometimes use [`Cell::as_slice_of_cells`](crate::cell::Cell::as_slice_of_cells) in
1106
/// conjunction with `windows` to accomplish something similar:
1107
+ ///
1108
/// [LendingIterator]: https://blog.rust-lang.org/2022/10/28/gats-stabilization.html
1109
/// ```
1110
/// use std::cell::Cell;
0 commit comments