Skip to content

Commit f7650fe

Browse files
committed
Add comment
1 parent e4328ae commit f7650fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libstd/io/buffered.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,6 +1358,9 @@ mod tests {
13581358
lengths: Vec<usize>,
13591359
}
13601360

1361+
// FIXME: rustfmt and tidy disagree about the correct formatting of this
1362+
// function. This leads to issues for users with editors configured to
1363+
// rustfmt-on-save.
13611364
impl Read for ShortReader {
13621365
fn read(&mut self, _: &mut [u8]) -> io::Result<usize> {
13631366
if self.lengths.is_empty() {

0 commit comments

Comments
 (0)