Skip to content

small doc fixes #19364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2014
Merged

Conversation

steveklabnik
Copy link
Member

We don't need this &mut, and vec could use []s

@steveklabnik
Copy link
Member Author

/cc @eddyb

@@ -281,9 +281,9 @@ impl<'a> Seek for BufWriter<'a> {
/// use std::io::BufReader;
///
/// let mut buf = [0, 1, 2, 3];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also this should stop being mutable?

We don't need this &mut, and vec could use []s
@steveklabnik
Copy link
Member Author

@gankro fixed

@steveklabnik
Copy link
Member Author

I have no idea what's going on here. @alexcrichton any ideas?

@alexcrichton
Copy link
Member

@steveklabnik trying to work on a fix in my spare time, this is happening a lot :(

@steveklabnik
Copy link
Member Author

It's all good, as long as it's not me 😄

@alexcrichton alexcrichton merged commit 44abe92 into rust-lang:master Dec 5, 2014
@steveklabnik steveklabnik deleted the doc_buffered_reader branch October 25, 2017 18:27
lnicola pushed a commit to lnicola/rust that referenced this pull request Apr 28, 2025
fix: Fix missing `with_durability` calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants