File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 6e7fcc44aef7b457f3be3a1971d9f026957678d5
2
+ refs/heads/master: 7f25185138c5e897dc0c8fd3c360efbba0aac72b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ pub trait Write {
72
72
///
73
73
/// # Errors
74
74
///
75
- /// This function will return an instance of `FormatError ` on error.
75
+ /// This function will return an instance of `Error ` on error.
76
76
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
77
77
fn write_str ( & mut self , s : & str ) -> Result ;
78
78
@@ -85,7 +85,7 @@ pub trait Write {
85
85
///
86
86
/// # Errors
87
87
///
88
- /// This function will return an instance of `FormatError ` on error.
88
+ /// This function will return an instance of `Error ` on error.
89
89
#[ stable( feature = "fmt_write_char" , since = "1.1.0" ) ]
90
90
fn write_char ( & mut self , c : char ) -> Result {
91
91
let mut utf_8 = [ 0u8 ; 4 ] ;
You can’t perform that action at this time.
0 commit comments