Skip to content

Commit e5fbc17

Browse files
frewsxcvjooert
authored andcommitted
---
yaml --- r: 218807 b: refs/heads/snap-stage3 c: 0670651 h: refs/heads/master i: 218805: 745ad03 218803: b184fe7 218799: 92e362d v: v3
1 parent e222c58 commit e5fbc17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: c044791d80ea0dc5c4b57b6030a67b69f8510239
3-
refs/heads/snap-stage3: 19cb2a77076657063768e6db342a38933f0ba874
3+
refs/heads/snap-stage3: 06706510cbb0035b713a32c17291742c8090d9eb
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/doc/style/features/let.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ conditional expression.
6161
Prefer
6262

6363
```rust
64-
s.iter().map(|x| x * 2)
65-
.collect::<Vec<_>>()
64+
let v = s.iter().map(|x| x * 2)
65+
.collect::<Vec<_>>();
6666
```
6767

6868
over

0 commit comments

Comments
 (0)