提交 6108e8c3 编写于 作者: B bors

Auto merge of #28705 - marti1125:master, r=steveklabnik

#28701 
......@@ -281,8 +281,7 @@ If you are trying to execute a closure on an iterator for its side effects,
just use `for` instead.
There are tons of interesting iterator adapters. `take(n)` will return an
iterator over the next `n` elements of the original iterator. Note that this
has no side effect on the original iterator. Let's try it out with our infinite
iterator over the next `n` elements of the original iterator. Let's try it out with our infinite
iterator from before:
```rust
......
......@@ -139,7 +139,7 @@ h1, h2, h3, h4, h5, h6 {
}
pre {
padding: 16px;
padding: 11px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册