Skip to content

Commit 2b84a12

Browse files
committed
---
yaml --- r: 121474 b: refs/heads/master c: beff610 h: refs/heads/master v: v3
1 parent 8498f9e commit 2b84a12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: f21b29560c74d44b0401f208f2d0f9a7889694b1
2+
refs/heads/master: beff6101026334ce8b04b08c34062acffbd044fd
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: bab614f5fa725d248afc5f0530c835f37998ce8f
55
refs/heads/try: 1813e5aa1a03b0596b8de7abd1af31edf5d6098f

trunk/src/libstd/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ struct. In order to help with this, the `Formatter` struct also provides some
185185
helper methods.
186186
187187
Additionally, the return value of this function is `fmt::Result` which is a
188-
typedef to `Result<(), IoError>` (also known as `IoError<()>`). Formatting
188+
typedef to `Result<(), IoError>` (also known as `IoResult<()>`). Formatting
189189
implementations should ensure that they return errors from `write!` correctly
190190
(propagating errors upward).
191191

0 commit comments

Comments
 (0)