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 d595f66 commit d7066d4Copy full SHA for d7066d4
src/future-proofing.md
@@ -116,8 +116,6 @@ section of the Edition Guide for more details.
116
[impl-trait-2]: https://rust-lang-nursery.github.io/edition-guide/rust-2018/trait-system/impl-trait-for-returning-complex-types-with-ease.html
117
118
```rust
119
-#![feature(conservative_impl_trait)]
120
-
121
pub fn my_transform<I: Iterator>(input: I) -> impl Iterator<Item = (usize, I::Item)> {
122
input.skip(3).enumerate()
123
}
0 commit comments