Rollup merge of #23927 - frewsxcv:patch-7, r=Manishearth
This commit is contained in:
commit
77112bbe4f
1 changed files with 2 additions and 4 deletions
|
|
@ -45,10 +45,8 @@
|
|||
//! let mut it = values.into_iter();
|
||||
//! loop {
|
||||
//! match it.next() {
|
||||
//! Some(x) => {
|
||||
//! println!("{}", x);
|
||||
//! }
|
||||
//! None => { break }
|
||||
//! Some(x) => println!("{}", x),
|
||||
//! None => break,
|
||||
//! }
|
||||
//! }
|
||||
//! ```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue