Rollup merge of #29060 - tshepang:consistency, r=nikomatsakis
This commit is contained in:
commit
596338b8ef
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ loop as long as a value matches a certain pattern. It turns code like this:
|
||||||
loop {
|
loop {
|
||||||
match option {
|
match option {
|
||||||
Some(x) => println!("{}", x),
|
Some(x) => println!("{}", x),
|
||||||
_ => break,
|
None => break,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue